diff --git a/text-ui-test/EXPECTED.TXT b/text-ui-test/EXPECTED.TXT index 892cb6cae..0bdced266 100644 --- a/text-ui-test/EXPECTED.TXT +++ b/text-ui-test/EXPECTED.TXT @@ -1,9 +1,14 @@ -Hello from +Welcome to your Movie Reviews bot, ____ _ | _ \ _ _| | _____ | | | | | | | |/ / _ \ | |_| | |_| | < __/ |____/ \__,_|_|\_\___| -What is your name? -Hello James Gosling + Got it. I've added the following item to the list: + [Movie] inception Rating: 99.5 Date watched: 2 sep 22 + + Now you have 1 reviews in the list. + +--------------- +See you again! diff --git a/text-ui-test/input.txt b/text-ui-test/input.txt index f6ec2e9f9..123569693 100644 --- a/text-ui-test/input.txt +++ b/text-ui-test/input.txt @@ -1 +1,2 @@ -James Gosling \ No newline at end of file +add /movie inception /rating 99.5 /date 2 sep 22 +bye \ No newline at end of file