Skip to content

Commit a2b1c48

Browse files
committed
update tests
1 parent 70fa100 commit a2b1c48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
strategy:
9+
max-parallel: 1
910
matrix:
1011
node: [ 14, 16, 18, "lts/*" ]
1112
steps:

test/api_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Api Tests', function() {
4141
});
4242
});
4343

44-
it('should error when not test is found', function(done) {
44+
it('should error when no test is found', function(done) {
4545
this.api.getTestDetails(324234234324, function(err, response) {
4646
assert.equal(null, response);
4747
assert.notEqual(err, null);

0 commit comments

Comments
 (0)