Skip to content
Snippets Groups Projects
Commit a02b4675 authored by buczekp's avatar buczekp
Browse files

[LMS-2441] use verify in tests

SVN: 22416
parent a5917593
No related branches found
No related tags found
No related merge requests found
...@@ -288,6 +288,8 @@ public final class TrashBOTest extends AbstractBOTest ...@@ -288,6 +288,8 @@ public final class TrashBOTest extends AbstractBOTest
one(deletionDAO).trash(with(same(EntityKind.DATA_SET)), one(deletionDAO).trash(with(same(EntityKind.DATA_SET)),
with(dataSetIdsMatcher), with(same(deletion))); with(dataSetIdsMatcher), with(same(deletion)));
will(returnValue(2)); will(returnValue(2));
verifyRecordedLists(sampleIds, sampleIdsMatcher);
} }
}); });
} }
......
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