Skip to content

Commit

Permalink
Update test with gofmt. +semver: none
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Apr 3, 2018
1 parent 30cdb79 commit 5a45928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plex/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ func TestGettingShowEpisodes(t *testing.T) {
t.Errorf("unable to get show episodes: %v", err)
}
expected := []Episode{
Episode{ID: 128, Name: "Episode1", Episode: 1, Season: 1, ViewCount: 1, LastWatched: 1519792250},
Episode{ID: 125, Name: "Episode2", Episode: 2, Season: 1, ViewCount: 0, LastWatched: 0},
{ID: 128, Name: "Episode1", Episode: 1, Season: 1, ViewCount: 1, LastWatched: 1519792250},
{ID: 125, Name: "Episode2", Episode: 2, Season: 1, ViewCount: 0, LastWatched: 0},
}

Convey("The correct episode details should be returned", func() {
Expand Down

0 comments on commit 5a45928

Please sign in to comment.