Skip to content

Commit

Permalink
fix: go-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Clov614 committed Aug 14, 2024
1 parent 302e320 commit 1c6e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rikkabot/manager/imgManager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestSaveImg(t *testing.T) {
data, _ := os.ReadFile("./test_img.jpg")

imgName, imgDate := SaveImg("test-uuid", data)
t.Logf(fmt.Sprintf("imgName: %s, imgDate: %s", imgName, imgDate))
t.Logf("imgName: %s, imgDate: %s", imgName, imgDate)
}

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

0 comments on commit 1c6e006

Please sign in to comment.