Skip to content

Commit 4cf1055

Browse files
committed
Fix typo.
1 parent d98c8ef commit 4cf1055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Run Julia tests in parallel across multiple worker processes.
412412
413413
- `mod`: The module calling runtests
414414
- `ARGS`: Command line arguments array, typically from `Base.ARGS`. When you run the tests
415-
with `Pkg.value`, this can be changed with the `test_args` keyword argument.
415+
with `Pkg.test`, this can be changed with the `test_args` keyword argument.
416416
417417
Several keyword arguments are also supported:
418418

0 commit comments

Comments
 (0)