Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Nov 4, 2023
1 parent bd78e01 commit 0f63805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ func TestGroup(t *testing.T) {

file, err := os.Create(filepath.Join(tempDir, "test.json"))
assert.NoError(t, err)
defer os.Remove(file.Name())

_, err = io.WriteString(file, "{\"id\":1}")
assert.NoError(t, err)
Expand Down

0 comments on commit 0f63805

Please sign in to comment.