
Description:
I add 2 books with same details and attempted to add another book with same details except with different ISBN and received an incorrect error message.
Step to reproduce:
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888506 t/ComputerScience
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888506 t/ComputerScience
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888507 t/ComputerScience
Expected:
Error message stating book exists but ISBN number is wrong.
Actual:
Error message stating constraints of ISBN number.
Description:
I add 2 books with same details and attempted to add another book with same details except with different ISBN and received an incorrect error message.
Step to reproduce:
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888506 t/ComputerScience
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888506 t/ComputerScience
book add n/Introduction to Algorithms a/Cormen a/Leiserson a/Rivest a/Stein i/9780371888507 t/ComputerScience
Expected:
Error message stating book exists but ISBN number is wrong.
Actual:
Error message stating constraints of ISBN number.