Skip to content

Commit

Permalink
Fix accidental reference to 1488 (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: Eli Sarver <elis@metrumrg.com>
  • Loading branch information
elisarver and Eli Sarver committed Mar 17, 2021
1 parent 95b1d5c commit 9fb7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/books/book_test.go
Expand Up @@ -16,7 +16,7 @@ var _ = Describe("Book", func() {
longBook = Book{
Title: "Les Miserables",
Author: "Victor Hugo",
Pages: 1488,
Pages: 2783,
}

shortBook = Book{
Expand Down

0 comments on commit 9fb7fe4

Please sign in to comment.