Skip to content

Commit 832fd6a

Browse files
authoredMar 22, 2023

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/tests/src/tests/sync

1 file changed

+1
-1
lines changed
 

‎integration-tests/tests/src/tests/sync/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe("App", () => {
258258
});
259259
});
260260

261-
it.only("MongoDB Realm sync works", async function (this: Mocha.Context & AppContext & RealmContext) {
261+
it("MongoDB Realm sync works", async function (this: Mocha.Context & AppContext & RealmContext) {
262262
const dogNames = ["King", "Rex"]; // must be sorted
263263

264264
const partitionValue = generatePartition();

0 commit comments

Comments
 (0)
Please sign in to comment.