Skip to content

Commit

Permalink
more silly fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jun 18, 2020
1 parent 9e35fae commit 346c0ce
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions math/v2/clockface/clockface_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ func TestSecondHandAtMidnight(t *testing.T) {
}
}

// func TestSecondHandAt30Seconds(t *testing.T) {.
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC).
// func TestSecondHandAt30Seconds(t *testing.T) {
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC)

// want := clockface.Point{X: 150, Y: 150 + 90}.
// got := clockface.SecondHand(tm).
// want := clockface.Point{X: 150, Y: 150 + 90}
// got := clockface.SecondHand(tm)

// if got != want {.
// t.Errorf("Got %v, wanted %v", got, want).
// }.
// }.
// if got != want {
// t.Errorf("Got %v, wanted %v", got, want)
// }
// }
16 changes: 8 additions & 8 deletions math/v3/clockface/clockface_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ func TestSecondHandAtMidnight(t *testing.T) {
}
}

// func TestSecondHandAt30Seconds(t *testing.T) {.
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC).
// func TestSecondHandAt30Seconds(t *testing.T) {
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC)

// want := clockface.Point{X: 150, Y: 150 + 90}.
// got := clockface.SecondHand(tm).
// want := clockface.Point{X: 150, Y: 150 + 90}
// got := clockface.SecondHand(tm)

// if got != want {.
// t.Errorf("Got %v, wanted %v", got, want).
// }.
// }.
// if got != want {
// t.Errorf("Got %v, wanted %v", got, want)
// }
// }
16 changes: 8 additions & 8 deletions math/v4/clockface/clockface_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ func TestSecondHandAtMidnight(t *testing.T) {
}
}

// func TestSecondHandAt30Seconds(t *testing.T) {.
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC).
// func TestSecondHandAt30Seconds(t *testing.T) {
// tm := time.Date(1337, time.January, 1, 0, 0, 30, 0, time.UTC)

// want := clockface.Point{X: 150, Y: 150 + 90}.
// got := clockface.SecondHand(tm).
// want := clockface.Point{X: 150, Y: 150 + 90}
// got := clockface.SecondHand(tm)

// if got != want {.
// t.Errorf("Got %v, wanted %v", got, want).
// }.
// }.
// if got != want {
// t.Errorf("Got %v, wanted %v", got, want)
// }
// }

0 comments on commit 346c0ce

Please sign in to comment.