Skip to content

Commit 90fba57

Browse files
committed
code review feedback
1 parent 7918427 commit 90fba57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/query/QueryMetadataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public void testMultiValueJunctionType()
319319
sourcePage.setMetadataXml(xml);
320320
checker().withScreenshot("validation-error")
321321
.verifyEquals("expecting a validation error for the unsupported multi value type",
322-
"Failed to Save: Non-junction multi value column type : \"unsupported\" is not supported.", sourcePage.clickSaveExpectingError());
322+
"Failed to Save: Column : \"fakeMVFK\" has an invalid fkMultiValued value : \"unsupported\" is not supported.", sourcePage.clickSaveExpectingError());
323323
}
324324

325325
@Override

0 commit comments

Comments
 (0)