Skip to content

Commit 5895b87

Browse files
committed
Remove mistakenly-committed only
1 parent cf1705f commit 5895b87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/realm-server/tests/realm-endpoints-test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,7 @@ module(basename(__filename), function () {
18471847
});
18481848

18491849
module('card-source POST request', function (_hooks) {
1850-
// eslint-disable-next-line qunit/no-only
1851-
module.only('public writable realm', function (hooks) {
1850+
module('public writable realm', function (hooks) {
18521851
setupPermissionedRealm(hooks, {
18531852
'*': ['read', 'write'],
18541853
});

0 commit comments

Comments
 (0)