We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146a206 commit 4d97233Copy full SHA for 4d97233
src/test/java/uk/gov/companieshouse/orders/api/controller/BasketControllerTest.java
@@ -635,7 +635,7 @@ void controllerSetsCheckoutValuesWhenIsFreeOrder() {
635
// then
636
assertEquals(OK, actual.getStatusCode());
637
assertEquals("FREEINTERNALORDER", checkout.getData().getPaymentReference());
638
- assertEquals("FREE", checkout.getData().getStatus());
+ assertEquals(PaymentStatus.FREE, checkout.getData().getStatus());
639
}
640
641
@Test
0 commit comments