Skip to content

Commit

Permalink
docs: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Sep 5, 2024
1 parent 1f5335a commit 937c58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/counterRoute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestCounterHTTPHandlerPOSTNoPage(t *testing.T) {

if result.Total != 1 {
t.Errorf("handler total returned unexpected body: got %v want %d",
result.Total, 1 )
result.Total, 1)
}

sqlQuery := `SELECT COUNT(*) AS total FROM counter`
Expand Down

0 comments on commit 937c58a

Please sign in to comment.