From 2a1e48e5e8ccc2b8d6b9d1e145deb78699fe4cd2 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 2 Oct 2024 13:31:47 +0300 Subject: [PATCH] update the test_data with expected output --- test_data.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test_data.json b/test_data.json index a6737f4..3481543 100644 --- a/test_data.json +++ b/test_data.json @@ -188,19 +188,19 @@ }, { "input": "1", - "expectedContent": "Enter your old PIN\n\n0:Back" + "expectedContent": "Enter your old PIN\n0:Back" }, { "input": "1234", - "expectedContent": "Enter a new four number pin\n\n0:Back" + "expectedContent": "Enter a new four number pin\n0:Back" }, { "input": "1234", - "expectedContent": "Confirm your new PIN:\n\n0:Back" + "expectedContent": "Confirm your new PIN:\n0:Back" }, { "input": "1234", - "expectedContent": "Your PIN change request has been successful\n\n0:Back\n9:Quit" + "expectedContent": "Your PIN change request has been successful\n0:Back\n9:Quit" }, { "input": "9", @@ -265,7 +265,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9", @@ -299,7 +299,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9", @@ -333,7 +333,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9", @@ -367,7 +367,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9", @@ -401,7 +401,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9", @@ -435,7 +435,7 @@ }, { "input": "1234", - "expectedContent": "Profile updated successfully\n\n0:Back\n9:Quit" + "expectedContent": "Profile updated successfully\n0:Back\n9:Quit" }, { "input": "9",