Skip to content

Commit

Permalink
Testing if broken test will case CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Apr 23, 2017
1 parent b024754 commit 940dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/components/passport/Clients.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.beforeEach(t => {
});

test.serial('Init state without clients', t => {
t.plan(1);
t.plan(2);

axiosMock.onGet('/oauth/clients').reply(200, []);

Expand Down

0 comments on commit 940dbec

Please sign in to comment.