Skip to content

Commit

Permalink
fix store tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Jun 12, 2024
1 parent 17f1a51 commit e6cf895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestFileStore(t *testing.T) {
}{
{
title: "store object",
content: nil,
content: []byte("content"),
},
{
title: "store empty object",
Expand Down

0 comments on commit e6cf895

Please sign in to comment.