Skip to content

Commit

Permalink
Fix book tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jul 29, 2023
1 parent b11517e commit 4d7a762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -54,7 +54,7 @@ public void successful_author_search(string title, string expected)
ExceptionVerification.IgnoreWarns();
}

[TestCase("Harry Potter and the sorcerer's stone", null, "Harry Potter and the Sorcerer's Stone (Harry Potter, Book 1): By J.K. Rowling | The Complete Summary & Analysis")]
[TestCase("Harry Potter and the sorcerer's stone a summary of the novel", null, "Harry Potter and the Sorcerer's Stone (Book 1): A Summary Of The Novel")]
[TestCase("edition:3", null, "Harry Potter and the Sorcerer's Stone")]
[TestCase("edition: 3", null, "Harry Potter and the Sorcerer's Stone")]
[TestCase("asin:B0192CTMYG", null, "Harry Potter and the Sorcerer's Stone")]
Expand Down
Expand Up @@ -38,7 +38,7 @@ public void successful_author_search(string title, int expected)
ExceptionVerification.IgnoreWarns();
}

[TestCase("Harry Potter and the sorcerer's stone", 27425945)]
[TestCase("Harry Potter and the sorcerer's stone a summary of the novel", 23314781)]
[TestCase("B0192CTMYG", 61209488)]
[TestCase("9780439554930", 48517161)]
public void successful_book_search(string title, int expected)
Expand Down

0 comments on commit 4d7a762

Please sign in to comment.