fixed mocha tests

This commit is contained in:
Kendall Werts
2020-02-24 16:14:17 -06:00
parent db46e71516
commit 694b0f7b47
9 changed files with 81 additions and 66 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ describe("Sync", function() {
delete this.syncHelper;
});
it.only("testIdentityStateCleanup", async function() {
it("testIdentityStateCleanup", async function() {
await this.syncHelper.stopSyncListeners();
await this.syncHelper.setState({}, LOCAL_DATA, TEST_CONTAINERS, []);