Skip to content

Commit

Permalink
Deliberately broken test to check travis cron notifications (PolymerL…
Browse files Browse the repository at this point in the history
…abs#4082)

I will submit this on Sat afternoon/evening and remove it on Monday
morning (both Sydney time).
  • Loading branch information
mykmartin authored Nov 16, 2019
1 parent 730cb40 commit 08306dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/tests/random-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ describe('services: random', () => {
assert.isAtLeast(randomValue, 0);
assert.isAtMost(randomValue, 1);
});

it('*** deliberately broken test to check travis cron notifications ***', () => {
assert.isFalse(true);
});
});

0 comments on commit 08306dd

Please sign in to comment.