Skip to content

Commit

Permalink
Remove .only tag from the watch permissions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perseus committed Nov 29, 2022
1 parent 8950c2e commit cea57c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/authzed.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('AuthZed Wrapper', () => {
expect(accessors.length).toBeGreaterThan(0);
});

it.only('receives watch events correctly', async () => {
it('receives watch events correctly', async () => {
const emitter = new EventEmitter({
captureRejections: true,
});
Expand Down

0 comments on commit cea57c0

Please sign in to comment.