Skip to content

Commit 7fc20b5

Browse files
committed
fix comment
1 parent d64b667 commit 7fc20b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/components/views/elements/AppTile-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ describe("AppTile", () => {
347347
beforeEach(async () => {
348348
// Do not carry across settings from previous tests
349349
SettingsStore.reset();
350-
// Recalculate now that settings has been applied.
350+
// Recalculate now that settings has been reset.
351351
// @ts-ignore
352352
await WidgetLayoutStore.instance.onReady();
353353

0 commit comments

Comments
 (0)