Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
  • Loading branch information
MichelHollands committed Jun 22, 2022
1 parent 100fc9d commit 1610706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/stores/shipper/compactor/deletion/mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestParseMode(t *testing.T) {
require.ErrorIs(t, errUnknownMode, err)
}

func TestFilteringEnabled(t *testing.T) {
func TestDeleteEnabled(t *testing.T) {
enabled, err := DeleteEnabled("disabled")
require.NoError(t, err)
require.False(t, enabled)
Expand Down

0 comments on commit 1610706

Please sign in to comment.