Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Oct 15, 2024
1 parent 896d52d commit f97fd02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ public void testCase_1() {
@Test
public void testCase_2() {
try {
System.out.println("testCase_2");
System.out.println("Running: testCase_2");

// Input Data
Identifier user = new Identifier("User");
String comments = "A comment";
DeliveryMethodEnum dMethod = DeliveryMethodEnum.SERVICE;
String comments = "A comment";
StandingOrder orderDetails = new StandingOrder(user, dMethod, comments);

// Submit a Standing Order
Expand Down

0 comments on commit f97fd02

Please sign in to comment.