Update LoanTest.java

develop
@Territory91 5 years ago
parent 3e2f8b49cd
commit c0b79722a9
  1. 6
      mivan/src/test/java/mivan/LoanTest.java

@ -21,7 +21,7 @@ public class LoanTest {
@Test
@Order(1)
void testAddBook() {
void testAddLoan() {
long date_start = 1234;
long date_end = 2345;
@ -43,7 +43,7 @@ public class LoanTest {
@Test
@Order(2)
void testUpdateBook() {
void testUpdateLoan() {
long date_start = 1234;
long date_end = 2345;
@ -70,7 +70,7 @@ public class LoanTest {
@Test
@Order(3)
void testDeleteBook() {
void testDeleteLoan() {
long date_start = 1234;

Loading…
Cancel
Save