Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Apr 17, 2024
1 parent 07fa0a7 commit 5e70446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodreads/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ func TestSearchBook(t *testing.T) {
require.Equal(t, TheHobbitBookId, book.BestEdition.Id)
require.Equal(t, "J.R.R. Tolkien", book.Authors[0].Name)
require.Equal(t, "The Lord of the Rings", book.Series[0].Series.Title)
require.Equal(t, 0, book.Series[0].BookPosition)
require.Equal(t, 0, *book.Series[0].BookPosition)
}

0 comments on commit 5e70446

Please sign in to comment.