Skip to content

Commit 8898be9

Browse files
committed
Format code
1 parent 6dc77a0 commit 8898be9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/notebooks/deepnote/deepnoteFileChangeWatcher.unit.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,11 +1132,7 @@ project:
11321132
await waitFor(() => nfReadSnapshotCount >= 1);
11331133

11341134
assert.isAtLeast(nfReadSnapshotCount, 1, 'readSnapshot should be called');
1135-
assert.strictEqual(
1136-
nfApplyEditCount,
1137-
0,
1138-
'applyEdit should NOT be called when no block IDs can be resolved'
1139-
);
1135+
assert.strictEqual(nfApplyEditCount, 0, 'applyEdit should NOT be called when no block IDs can be resolved');
11401136

11411137
for (const d of noFallbackDisposables) {
11421138
d.dispose();

0 commit comments

Comments
 (0)