Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed Mar 24, 2023
1 parent 70fa100 commit a2b1c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ 14, 16, 18, "lts/*" ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/api_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Api Tests', function() {
});
});

it('should error when not test is found', function(done) {
it('should error when no test is found', function(done) {
this.api.getTestDetails(324234234324, function(err, response) {
assert.equal(null, response);
assert.notEqual(err, null);
Expand Down

0 comments on commit a2b1c48

Please sign in to comment.