Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Dec 28, 2024
2 parents 3382509 + 010037d commit cfcd5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goodreads/book.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (

// Regex to match alternative cover preamble in description.
// e.g. Harry Potter and the Chamber of Secrets (Harry Potter, #2)
descriptionAlternativeCoverRegex = regexp.MustCompile(`^<i>.*?[Aa]lternat(iv)?e cover.*?</i>`)
descriptionAlternativeCoverRegex = regexp.MustCompile(`^<i>.*?[Aa]lternat(iv)?e [Cc]over.*?</i>`)

breakTagRegex = regexp.MustCompile(`<br\s*/?>`)
)
Expand Down
2 changes: 1 addition & 1 deletion kindle/kindle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
)

func TestSearchBook(t *testing.T) {
// t.Skip("Fails in CI")
t.Skip("Fails in CI")
// Should return https://www.amazon.com/dp/B007978NU6
books, err := kindle.DefaultClient.Search(
context.Background(),
Expand Down

0 comments on commit cfcd5dc

Please sign in to comment.