Skip to content

Commit

Permalink
fix: core lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jun 27, 2024
1 parent 78123ff commit 11889c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/bytes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func TestBytesToJSONString(t *testing.T) {
},
}

for _, tt := range tests {
for i := range tests {
tt := tests[i]
t.Run(tt.name, func(t *testing.T) {
got, err := core.BytesToJSONString(tt.input)
if (err != nil) != tt.wantErr {
Expand Down

0 comments on commit 11889c0

Please sign in to comment.