From bcbbf21cb56057fba8f41f4d5ce34ccc2a2d7bff Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 17 Nov 2015 14:05:14 +1300 Subject: [PATCH] Contract.t test fails because 'active contract' is no longer active --- t/db_dependent/Contract.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Contract.t b/t/db_dependent/Contract.t index 7439873ab3..49407d54f4 100644 --- a/t/db_dependent/Contract.t +++ b/t/db_dependent/Contract.t @@ -73,7 +73,7 @@ is( $contract->{booksellerid}, $my_contract1->{booksellerid}, 'AddContract store $my_contract1 = { contractstartdate => '2015-07-02', - contractenddate => '2015-07-31', + contractenddate => '2020-07-31', contractname => 'My modified contract name', contractdescription => 'My modified contract description', booksellerid => $bookseller_id2, -- 2.39.5