Skip to content

Commit

Permalink
update assert to expect the correct filename
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-chrisj committed Feb 21, 2025
1 parent 2f7f3ad commit 8c07a41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void testRTransformUpdateWarning() throws Exception

// note: we currently do not support warnings on update; Issue 52299 tracks this
// for now, expect warning-generating script events to show up as errors
assertTextPresent("An error occurred when running the script 'assayTransformWarning.R', exit code: 1.");
assertTextPresent("An error occurred when running the script 'transformWarnUpdate.R', exit code: 1.");
}

@Test
Expand Down Expand Up @@ -297,7 +297,7 @@ public void testTransformErrorOnUpdate() throws Exception
.setField("comment", "commented")
.submit();

assertTextPresent("An error occurred when running the script 'assayTransformError.R', exit code: 1.");
assertTextPresent("An error occurred when running the script 'transformErrUpdate.R', exit code: 1.");
}

@Test
Expand Down

0 comments on commit 8c07a41

Please sign in to comment.