Skip to content

Commit 62e9697

Browse files
committed
fix: remove unused assert parameter in fake_adapter test
1 parent 5df7bea commit 62e9697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fake_adapter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test.group('FakeAdapter', () => {
117117
await adapter.destroy()
118118
})
119119

120-
test('should skip duplicate pushLaterOn when unique flag is set', async ({ assert }) => {
120+
test('should skip duplicate pushLaterOn when unique flag is set', async () => {
121121
const adapter = fake()()
122122

123123
await adapter.pushLaterOn(

0 commit comments

Comments
 (0)