Skip to content

Commit

Permalink
test: test golint
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed Jan 16, 2024
1 parent ee3fe80 commit e1a23ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gin-mongo/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"testing"
)

var messi1 int

Check failure on line 8 in gin-mongo/main_test.go

View workflow job for this annotation

GitHub Actions / lint (gin-mongo)

`messi1` is unused (deadcode)

func TestKeploy(t *testing.T) {
keploy.SetTestMode()
go main()
Expand Down

0 comments on commit e1a23ae

Please sign in to comment.