Loading draw/isogrids/triangles_test.go 0 → 100644 +12 −0 Original line number Diff line number Diff line package isogrids import "testing" func TestDistanceTo3rdPoint(t *testing.T) { got := distanceTo3rdPoint(4) expected := 4 if got != expected { t.Errorf("expected %d got %d", expected, got) } } Loading
draw/isogrids/triangles_test.go 0 → 100644 +12 −0 Original line number Diff line number Diff line package isogrids import "testing" func TestDistanceTo3rdPoint(t *testing.T) { got := distanceTo3rdPoint(4) expected := 4 if got != expected { t.Errorf("expected %d got %d", expected, got) } }