Skip to content

Commit

Permalink
Merge pull request #437 from tdrwenski/fix-test-assert
Browse files Browse the repository at this point in the history
Update expected error message in test
  • Loading branch information
tdrwenski authored Dec 22, 2023
2 parents 62576a7 + 9cddeab commit dade102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void invalidDataset() throws Exception {

this.mockMvc.perform(rb).andExpect(MockMvcResultMatchers.status().isUnprocessableEntity())
.andExpect(MockMvcResultMatchers.content()
.string(new StringContains("UnsupportedOperationException: Could not open as a PointDataset")));
.string(new StringContains("UnsupportedOperationException: Could not open as a point dataset")));
}
}

0 comments on commit dade102

Please sign in to comment.