Skip to content

Commit

Permalink
Merge pull request #86 from github/correct-test-description
Browse files Browse the repository at this point in the history
Correct copy/pasted test description
  • Loading branch information
rneatherway authored Jun 26, 2020
2 parents 504c8cf + 151d531 commit a08742f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/util.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/util.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('getThreadsFlag() should return the correct --threads flag', t => {
}
});

test('getThreadsFlag() throws if the ram input is < 0 or NaN', t => {
test('getThreadsFlag() throws if the threads input is not an integer', t => {
process.env['INPUT_THREADS'] = "hello!";
t.throws(util.getThreadsFlag);
});
Expand Down

0 comments on commit a08742f

Please sign in to comment.