Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Mar 16, 2020
1 parent 0cf4660 commit 317fa0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ogame_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2011,11 +2011,8 @@ func TestExtractFleetV71(t *testing.T) {
func TestExtractFleetV72(t *testing.T) {
pageHTMLBytes, _ := ioutil.ReadFile("samples/v7.2/de/movement.html")
clock := clockwork.NewFakeClockAt(time.Date(2020, 3, 6, 12, 43, 15, 0, time.UTC))

fleets := NewExtractorV6().ExtractFleets(pageHTMLBytes)

assert.Equal(t, clock.Now().Add(-5031*time.Second), fleets[0].StartTime.UTC())

assert.Equal(t, clock.Now().Add(-5041*time.Second), fleets[1].StartTime.UTC())
}

Expand Down

0 comments on commit 317fa0d

Please sign in to comment.