From 129cf5160e12f5794a9fedafb7dfc1cbd5933f30 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 4 Dec 2021 22:14:38 +0200 Subject: [PATCH] Fix test case #2 --- Use-Case-Tests.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Use-Case-Tests.md b/Use-Case-Tests.md index 7386b3f..618c209 100644 --- a/Use-Case-Tests.md +++ b/Use-Case-Tests.md @@ -66,11 +66,10 @@ ___ ___ **Extension test:** Invalid CAN entered  1. ... - 2. The user enters an invalid CAN (for example 000000). + 2. The user enters a CAN that has an invalid length (for example 00000). **Expected results:** - The application notifies the user that the CAN was invalid. - The application returns the user to the application’s home screen. + The application notifies the user that the entered CAN is invalid. # **Test Case #3** **Use Case being tested:**