Skip to content

Commit

Permalink
Fix type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 committed Apr 13, 2024
1 parent 9ef3af1 commit d5352b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/mux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestBuildMux(t *testing.T) {
}
expectedSubrouteACount++

// Could should not have changed from above
// Count should not have changed from above
if count := realCount(); count != 2 {
t.Errorf("expected real handler to be called twice, got %d", count)
}
Expand Down

0 comments on commit d5352b2

Please sign in to comment.