Skip to content

Commit

Permalink
Update tests to match new expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Jul 19, 2023
1 parent f23b50c commit 55265fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void statusUnmappedVerboseTest() throws Exception {
@Test
public void statusUnmappedDoesNotContainGroupObjectsTest() throws Exception {
indexGroupExportSamples();
addSourceFile("276_182_E.tif");
addSourceFile("276_185_E.tif");
addSourceFile("276_203_E.tif");

String[] args = new String[] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public void validateInvalidFieldsFileTest() throws Exception {

@Test
public void loadMissingFieldsFileTest() throws Exception {
Assertions.assertThrows(NoSuchFileException.class, () -> {
Assertions.assertThrows(InvalidProjectStateException.class, () -> {
service.loadFieldsFromProject(project);
});
}
Expand Down

0 comments on commit 55265fa

Please sign in to comment.