Skip to content

Commit 9fb7fe4

Browse files
elisarverEli Sarver
and
Eli Sarver
authoredMar 17, 2021
Fix accidental reference to 1488 (#784)
Co-authored-by: Eli Sarver <elis@metrumrg.com>
1 parent 95b1d5c commit 9fb7fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎example/books/book_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var _ = Describe("Book", func() {
1616
longBook = Book{
1717
Title: "Les Miserables",
1818
Author: "Victor Hugo",
19-
Pages: 1488,
19+
Pages: 2783,
2020
}
2121

2222
shortBook = Book{

0 commit comments

Comments
 (0)
Please sign in to comment.