Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Apr 2, 2024
1 parent 4e63bfb commit 6e0352a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/component/common/loki/positions/positions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ func TestLegacyConversion(t *testing.T) {
require.True(t, k.Path == "/tmp/random.log")
require.True(t, v == "17623")
}
// Ensure old file is deleted.
_, err = os.Stat(legacy)
require.True(t, os.IsNotExist(err))
}

func TestLegacyConversionWithNewFile(t *testing.T) {
Expand Down

0 comments on commit 6e0352a

Please sign in to comment.