Skip to content

Commit

Permalink
test: use tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 9, 2024
1 parent 8cdef91 commit 0f32e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pipeline/merging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ func TestMerging_fileAcceptor(t *testing.T) {
}

func TestMerging_mappings(t *testing.T) {
// dir := t.TempDir()
dir := "."
dir := t.TempDir()

logger := log.NewTestLogger()
shard := service.Shard{
Expand Down

0 comments on commit 0f32e91

Please sign in to comment.