Skip to content

Commit

Permalink
Fixes tests for new feature ignore-slot-as-seed
Browse files Browse the repository at this point in the history
  • Loading branch information
fhackenberger committed Nov 19, 2019
1 parent 345f6b1 commit a473586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static void service_test_install(ServiceFixture *fixture, gconstpointer user_dat
g_assert_nonnull(bundlepath);

/* Actually install bundle */
ret = r_installer_call_install_sync(installer, bundlepath, NULL,
ret = r_installer_call_install_sync(installer, bundlepath, FALSE, NULL,
&error);
g_assert_no_error(error);
g_assert_true(ret);
Expand Down

0 comments on commit a473586

Please sign in to comment.