Skip to content

Commit

Permalink
fixed failing unit test in main
Browse files Browse the repository at this point in the history
Signed-off-by: mehab <[email protected]>
  • Loading branch information
mehab committed Oct 9, 2023
1 parent 76845d8 commit ed5df54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void testAnalyzer() throws Exception {
Assertions.assertEquals(RepositoryType.NUGET, analyzer.supportedRepositoryType());
Assertions.assertNotNull(metaModel.getComponent());
Assertions.assertNotNull(metaModel.getLatestVersion());
Assertions.assertNotNull(metaModel.getPublishedTimestamp());
Assertions.assertNull(metaModel.getPublishedTimestamp());
}

@Test
Expand Down

0 comments on commit ed5df54

Please sign in to comment.