Skip to content
Snippets Groups Projects
Commit 84acef66 authored by tpylak's avatar tpylak
Browse files

LMS-2463 minor: fix unit tests

SVN: 22708
parent 414c1329
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ public final class GenericClientServiceTest extends AbstractClientServiceTest
}
});
one(genericServer).registerSamples(with(equal(SESSION_TOKEN)),
one(genericServer).registerOrUpdateSamples(with(equal(SESSION_TOKEN)),
with(newSampleWithTypesList()));
will(new CustomAction("check sample")
{
......@@ -391,7 +391,7 @@ public final class GenericClientServiceTest extends AbstractClientServiceTest
}
});
one(genericServer).registerSamples(with(equal(SESSION_TOKEN)),
one(genericServer).registerOrUpdateSamples(with(equal(SESSION_TOKEN)),
with(newSampleWithTypesList()));
will(new CustomAction("check sample")
{
......
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