We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc23e40 commit f57e2feCopy full SHA for f57e2fe
s2/metric_test.go
@@ -30,7 +30,7 @@ func TestMetric(t *testing.T) {
30
t.Errorf("MaxEdgeAspect = %v, want >= 1", MaxEdgeAspect)
31
}
32
if got := MaxEdgeMetric.Deriv / MinEdgeMetric.Deriv; MaxEdgeAspect > got {
33
- t.Errorf("Edge Aspect: %v/%v = %v, want <= %v", MaxEdgeMetric.Deriv, MinEdgeMetric.Deriv, got, MaxDiagAspect)
+ t.Errorf("Edge Aspect: %v/%v = %v, want <= %v", MaxEdgeMetric.Deriv, MinEdgeMetric.Deriv, got, MaxEdgeAspect)
34
35
if MaxDiagAspect < 1 {
36
t.Errorf("MaxDiagAspect = %v, want >= 1", MaxDiagAspect)
0 commit comments