Skip to content

Commit

Permalink
Merge pull request #328 from bijela-gora/fix/typo-test-description
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill authored Mar 27, 2024
2 parents 32fd1dc + e4bb944 commit 383429c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function runStorageAdapterTests(_setup: SetupFn, title?: string): void {
return { adapter, teardown }
}

describe(`Network adapter acceptance tests ${
describe(`Storage adapter acceptance tests ${
title ? `(${title})` : ""
}`, () => {
describe("load", () => {
Expand Down

0 comments on commit 383429c

Please sign in to comment.