Skip to content

Commit a08742f

Browse files
authored
Merge pull request #86 from github/correct-test-description
Correct copy/pasted test description
2 parents 504c8cf + 151d531 commit a08742f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/util.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/util.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test('getThreadsFlag() should return the correct --threads flag', t => {
5858
}
5959
});
6060

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

0 commit comments

Comments
 (0)