Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Feb 10, 2025
1 parent cb6ba8d commit 29bb56c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class RunShipSuite
for {
events <- eventsStream("import/single/00263821.json")
_ <- RunShip(events, s3Client, inputConfig, xas).assertEquals(expectedImportReport)
_ <- checkFor("elasticsearch", nxv + "defaultElasticSearchIndex", xas).assertEquals(1)
_ <- checkFor("blazegraph", nxv + "defaultSparqlIndex", xas).assertEquals(1)
_ <- checkFor("compositeviews", nxv + "searchView", xas).assertEquals(1)
_ <- checkFor("storage", nxv + "defaultS3Storage", xas).assertEquals(1)
Expand Down

0 comments on commit 29bb56c

Please sign in to comment.