Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
noctifer20 committed Aug 8, 2021
1 parent e71bfa3 commit bbddafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/providers/bypass-status.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test.serial('should have default status as fail', (t) => {
});

test.serial('status change status with setter', (t) => {
bypassStatusProvider.bypassStatus = 'success'
bypassStatusProvider.bypassStatus = 'success';
t.deepEqual(bypassStatusProvider.bypassStatus, 'success');
});

0 comments on commit bbddafa

Please sign in to comment.