diff options
Diffstat (limited to 'test/content/repositories/FollowKeyRepository.test.ts')
-rw-r--r-- | test/content/repositories/FollowKeyRepository.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content/repositories/FollowKeyRepository.test.ts b/test/content/repositories/FollowKeyRepository.test.ts index 6608662..cf1d3d5 100644 --- a/test/content/repositories/FollowKeyRepository.test.ts +++ b/test/content/repositories/FollowKeyRepository.test.ts @@ -6,7 +6,7 @@ import { expect } from "chai"; describe("FollowKeyRepositoryImpl", () => { let sut: FollowKeyRepository; - before(() => { + beforeEach(() => { sut = new FollowKeyRepositoryImpl(); }); |