Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Update detectWebEntitiesGcsTest test case
  • Loading branch information
lqiu96 committed Aug 29, 2022
commit 07e0b6c2749384e19cd2e40c91331103ccb8591b
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public void detectWebEntitiesGcsTest() throws IOException {
actual.add(entity.getDescription());
}
}
assertThat(actual).contains("The Palace Of Fine Arts");
assertThat(actual).contains("Palace Of Fine Arts");
}

@Test
Expand Down