Skip to content

Commit

Permalink
Update test-modulemd-merger.c
Browse files Browse the repository at this point in the history
Updates for the earlier pr.
  • Loading branch information
AarushiSingh09 authored and sgallagher committed Mar 12, 2019
1 parent 2753081 commit e9f35b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modulemd/v2/tests/test-modulemd-merger.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ merger_test_deduplicate (CommonMmdTestFixture *fixture,
g_assert_true (modulemd_module_index_update_from_file (
index2, yaml_path, TRUE, &failures, &error));
g_assert_cmpint (failures->len, ==, 0);
g_assert_nonnull (index2);
g_assert_null (error);
g_clear_pointer (&failures, g_ptr_array_unref);

/* Create a ModuleIndexMerger and add both copies to it */
Expand Down

0 comments on commit e9f35b9

Please sign in to comment.