Skip to content

Commit

Permalink
t: fix invalid test
Browse files Browse the repository at this point in the history
Problem: A test in t0028-content-backing-none.t incorrectly
calls checkpoint_put when it should call checkpoint_get.

Fix invalid test.
  • Loading branch information
chu11 committed Dec 18, 2024
1 parent e993416 commit 3f04c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0028-content-backing-none.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_expect_success 'loaded content module' '
'

test_expect_success 'checkpoint-get fails, no checkpoints yet' '
checkpoint_put foo bar
test_must_fail checkpoint_get foo
'

test_expect_success 'checkpoint-put foo w/ rootref bar' '
Expand Down

0 comments on commit 3f04c1c

Please sign in to comment.