Skip to content

Commit

Permalink
Rebase; fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tohhsinpei committed Mar 9, 2022
1 parent a586f9b commit 789252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/emulators/storage/rules/manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("Storage Rules Manager", function () {
{ resource: "bucket_1", rules: StorageRulesFiles.readWriteIfTrue },
{ resource: "bucket_2", rules: StorageRulesFiles.readWriteIfAuth },
];
let rulesManager = createStorageRulesManager(rules, rulesRuntime);
const rulesManager = createStorageRulesManager(rules, rulesRuntime);

// eslint-disable-next-line @typescript-eslint/no-invalid-this
this.timeout(TIMEOUT_MED);
Expand Down

0 comments on commit 789252a

Please sign in to comment.