Skip to content

Commit

Permalink
Fixed test racecondition
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Aug 23, 2024
1 parent 225eabf commit 88d361d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/wsinject/wsinject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func Test_Start(t *testing.T) {
setup := func(t *testing.T) (*Fileserver, testFileSystem) {
t.Helper()
tmpDir := t.TempDir()
ancli.Newline = true
nestedDir := path.Join(tmpDir, "nested")
err := os.MkdirAll(nestedDir, 0o777)
if err != nil {
Expand Down

0 comments on commit 88d361d

Please sign in to comment.