Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Apr 8, 2019
1 parent 8904026 commit 42cc3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isbn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestIsbn10_Verify(t *testing.T) {
in: "",
},
"Irregular 5": {
in: "a",
in: "aaaaaaaaaa",
},
}

Expand Down Expand Up @@ -83,7 +83,7 @@ func TestIsbn13_Verify(t *testing.T) {
in: "",
},
"Irregular 5": {
in: "a",
in: "aaaaaaaaaaaaa",
},
}

Expand Down

0 comments on commit 42cc3ef

Please sign in to comment.