Skip to content

Commit

Permalink
test(db): lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Dec 19, 2023
1 parent f840b03 commit d0125d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interview/db/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestInMemDB_GetForTime_noValue(t *testing.T) {
}
}

func TestInMemDB_Print(t *testing.T) {
func TestInMemDB_Print(_ *testing.T) {
db := getTestDatabase()
db.Print()
}

0 comments on commit d0125d9

Please sign in to comment.