Skip to content

Commit

Permalink
adjust test data for NextEpisode() test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinsn committed May 31, 2020
1 parent da6b3c2 commit 95a8634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvmaze/tvmaze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestTVMaze(t *testing.T) {

t.Run("get next episode", func(t *testing.T) {
t.Parallel()
show := Show{ID: 1864} // Superstore
show := Show{ID: 6} // The 100
episode, err := show.GetNextEpisode()
require.NoError(t, err)
require.NotNil(t, episode)
Expand Down

0 comments on commit 95a8634

Please sign in to comment.