Skip to content
Snippets Groups Projects
Commit 0bec901c authored by juanf's avatar juanf
Browse files

SSDM-2329 : Do not shuffle recently deleted data sets - Take 2 - Test Bugfix

SVN: 34482
parent 41682375
No related branches found
No related tags found
No related merge requests found
...@@ -296,6 +296,7 @@ public class EagerShufflingTaskTest extends AbstractFileSystemTestCase ...@@ -296,6 +296,7 @@ public class EagerShufflingTaskTest extends AbstractFileSystemTestCase
with(LogLevel.INFO), with(LogLevel.INFO),
with(Matchers.startsWith("Obtained the list of all " with(Matchers.startsWith("Obtained the list of all "
+ "datasets in all shares"))); + "datasets in all shares")));
allowing(service).isDataSetOnTrashCanOrDeleted(DATA_SET_CODE1);
} }
}); });
} }
......
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