Skip to content
Snippets Groups Projects
Commit 3223a43d authored by tpylak's avatar tpylak
Browse files

LMS-2268 fix tests

SVN: 21611
parent 28ee4cf6
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ public class DssServiceRpcScreeningTest extends AssertJUnit
screeningService.listAvailableFeatureCodes(SESSION_TOKEN, Arrays.asList(
featureVectorDatasetIdentifier1, featureVectorDatasetIdentifier2));
assertEquals("[f1, f2, f3]", names.toString());
assertEquals("[F1, F2, F3]", names.toString());
assertTrue(testMethodInterceptor.methodInvoked);
context.assertIsSatisfied();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment