Skip to content

Commit

Permalink
test(Test): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Nov 13, 2024
1 parent b0a2856 commit 7c3647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application/inspectors/ensureNotExpired.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Inspectors test suite', function () {
});
});

describe.only('given it expires in UTC-6 timezone', function () {
describe('given it expires in UTC-6 timezone', function () {
describe('and the current date is in UTC timezone and at that time it has expired', function () {
it('should not thrown an error', function () {
const mockDate = '2017-01-01T01:00:00Z';
Expand Down

0 comments on commit 7c3647a

Please sign in to comment.