Skip to content

Commit 39e25a7

Browse files
committed
Add more expectation fixes
These seem flaky…? 😳
1 parent d5ee047 commit 39e25a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/realm-server/tests/realm-endpoints-test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,6 @@ module(basename(__filename), function () {
20192019
content: {
20202020
eventName: 'index',
20212021
indexType: 'incremental-index-initiation',
2022-
realmURL: testRealmURL.href,
20232022
updatedFile: `${testRealmURL}test-card.gts`,
20242023
},
20252024
},
@@ -3347,7 +3346,6 @@ module(basename(__filename), function () {
33473346
assert.deepEqual(incrementalIndexInitiationEvent?.content, {
33483347
eventName: 'index',
33493348
indexType: 'incremental-index-initiation',
3350-
realmURL: testRealmURL.href,
33513349
updatedFile: `${testRealmURL}new-card.json`,
33523350
});
33533351

0 commit comments

Comments
 (0)