From c0b79722a9113afbd9bec58a078e4648ed6b0e5f Mon Sep 17 00:00:00 2001 From: "@Territory91" Date: Mon, 13 Jan 2020 01:40:35 +0100 Subject: [PATCH] Update LoanTest.java --- mivan/src/test/java/mivan/LoanTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mivan/src/test/java/mivan/LoanTest.java b/mivan/src/test/java/mivan/LoanTest.java index a3c2778..58552cf 100644 --- a/mivan/src/test/java/mivan/LoanTest.java +++ b/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;