Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara committed Apr 30, 2020
1 parent ad05a14 commit 4720d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/__renderer__/workday-waiver-aux.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Workday Waiver Aux', function() {
});

describe('sendWaiverDay(dayId)', function() {
test('should do seamless call', async () => {
test('should do seamless call', async() => {
await sendWaiverDay(validJSDay);
await sendWaiverDay(validJSDay2);
await sendWaiverDay(garbageString);
Expand Down

0 comments on commit 4720d8a

Please sign in to comment.