Skip to content

Commit

Permalink
plot: fix typo found by go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Feb 22, 2018
1 parent ee7f644 commit 95126d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func TestTalbotLinHanrahan(t *testing.T) {
test.dMin, test.dMax, test.want, test.containment, step, test.wantStep)
}
if magnitude != test.wantMagnitude {
t.Errorf("unexpected magnitude for dMin=%g, dMax=%g, want=%d, containment=%t: got:%d want:%d",
t.Errorf("unexpected magnitude for dMin=%g, dMax=%g, want=%d, containment=%d: got:%d want:%d",
test.dMin, test.dMax, test.want, test.containment, magnitude, test.wantMagnitude)
}
if test.containment == containData {
Expand Down

0 comments on commit 95126d2

Please sign in to comment.