Skip to content

Commit

Permalink
Delete (empty) anonymousCollections.pure (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs authored Jan 29, 2025
1 parent 6696c37 commit 4c41d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testGetUserFiles()
Verify.assertSetsEqual(
Sets.mutable.with("/test/codestorage/fake.pure", "/test/org/finos/legend/pure/m3/serialization/filesystem/test/level1/level1.pure", "/test/org/finos/legend/pure/m3/serialization/filesystem/test/level1/level2/level2.pure"),
this.testCodeStorage.getUserFiles().toSet());
Verify.assertEquals(237, this.combinedCodeStorage.getUserFiles().toSet().size());
Verify.assertEquals(236, this.combinedCodeStorage.getUserFiles().toSet().size());
}

@Test
Expand Down

0 comments on commit 4c41d1b

Please sign in to comment.