Skip to content

Commit

Permalink
Update RepositoryMetaAnalyzerIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Oct 31, 2023
1 parent 818bddb commit 50b1d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ record -> {
assertThat(record.value()).isNotNull();
final AnalysisResult result = record.value();
assertThat(result.hasComponent()).isTrue();
assertThat(result.hasRepository()).isTrue();
assertThat(result.hasRepository()).isFalse();
assertThat(result.hasLatestVersion()).isFalse();
assertThat(result.hasPublished()).isFalse();
assertThat(result.hasIntegrityMeta()).isFalse();
Expand Down

0 comments on commit 50b1d80

Please sign in to comment.