diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-09-22 00:44:38 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-09-22 00:44:38 +0500 |
commit | 3727b96adfa5ec3da6a78896274a572047e69561 (patch) | |
tree | 069e7fa4d18c75f8c6b804d3db512b3e9db951bd /src/main/resources/testData.json | |
parent | 2391125f08a718306192622da1dcacca86d1a348 (diff) |
Solve the 4th test case
Diffstat (limited to 'src/main/resources/testData.json')
-rw-r--r-- | src/main/resources/testData.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 |