Skip to content

Commit

Permalink
removes .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Aug 13, 2024
1 parent b5523ed commit 0c0dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/basic/watermark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test('replay queries only', async () => {
expect(fetchProxy.calls).toBe(3);
}, 10_000);

test.only('replay attack', async () => {
test('replay attack', async () => {
const fetchProxy = new FetchProxy();

const actor = await createActor({
Expand Down

0 comments on commit 0c0dfee

Please sign in to comment.