Skip to content

Commit

Permalink
Test for unittest module instead of Core in TypeRegistryImplTest
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltak committed Aug 10, 2019
1 parent e16914f commit 608c2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public void testModuleTypes() {
assertTrue(modulesDeclaringComponents.size() > 2);

assertTrue(modulesDeclaringComponents.contains(new Name("engine")));
assertTrue(modulesDeclaringComponents.contains(new Name("Core")));
assertTrue(modulesDeclaringComponents.contains(new Name("unittest")));
}
}

0 comments on commit 608c2e1

Please sign in to comment.