Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 1, 2023
1 parent ce46609 commit 4961675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ActionQueue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ describe('ActionQueue', () => {
}, 'Exceeded the 3 maximum tries for this ActionQueue action');
expect(count).to.eql(3);
});
});
});

0 comments on commit 4961675

Please sign in to comment.