From 3727b96adfa5ec3da6a78896274a572047e69561 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Thu, 22 Sep 2022 00:44:38 +0500 Subject: Solve the 4th test case --- src/main/resources/testData.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index e6d034b..987011f 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -1,5 +1,8 @@ { "testCase1": { "interestsToChoose": 3 + }, + "testCase4": { + "timerStartingText": "00:00:00" } } \ No newline at end of file -- cgit v1.2.3