Skip to content

Commit

Permalink
testsuite: fix typo in t2110-job-ingest-validator.t
Browse files Browse the repository at this point in the history
Problem: A test in t2110-job-ingest-validator.t contains a typo
in the test description.

Fix the typo.
  • Loading branch information
grondo committed Mar 4, 2024
1 parent 8b3bf15 commit 425c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2110-job-ingest-validator.t
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_expect_success 'job-ingest: stop the queue so no more jobs run' '
test_expect_success 'job-ingest: load feasibilty validator plugin' '
ingest_module reload validator-plugins=feasibility
'
test_expect_success 'job-ingest: feasibility check succceeds with ENOSYS' '
test_expect_success 'job-ingest: feasibility check succeeds with ENOSYS' '
flux module remove sched-simple &&
flux submit -g 1 hostname &&
flux submit -n 10000 hostname &&
Expand Down

0 comments on commit 425c6e9

Please sign in to comment.