Skip to content

Commit

Permalink
t1011: update comment above test
Browse files Browse the repository at this point in the history
Problem: One of the tests in t1011-job-archive-interface.t has a
lengthy comment explaining in more detail what is being checked in the
test itself, but it is missing an important "not" when describing the
effect on the job usage value for an association.

Fix this comment by adding a "not" to the sentence.
  • Loading branch information
cmoussa1 committed Dec 30, 2024
1 parent 39221e2 commit 3f6e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1011-job-archive-interface.t
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ test_expect_success 'check that job usage and fairshare values get updated' '
'

# if update-usage is called in the same half-life period when no jobs are found
# for a user, their job usage factor should be affected; this test is taken
# for a user, their job usage factor should not be affected; this test is taken
# from the set of job-archive interface Python unit tests
test_expect_success 'call update-usage in the same half-life period where no jobs are run' '
flux account -p ${DB_PATH} update-usage &&
Expand Down

0 comments on commit 3f6e1ea

Please sign in to comment.