From 57848568347e8f282cb71b2185ff34adfdd4f661 Mon Sep 17 00:00:00 2001 From: Antoine Leclercq Date: Fri, 12 Apr 2024 11:04:45 -0500 Subject: [PATCH] Test titles are corrected --- test/automated/get/category/generalized/get_messages.rb | 2 +- test/automated/get/category/specialized/get_messages.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/automated/get/category/generalized/get_messages.rb b/test/automated/get/category/generalized/get_messages.rb index 9e08b35..4ae7e37 100644 --- a/test/automated/get/category/generalized/get_messages.rb +++ b/test/automated/get/category/generalized/get_messages.rb @@ -12,7 +12,7 @@ message_data = Get.(category) context "Messages Retrieved" do - test "Messages from the all streams in the category" do + test "Messages from all the streams in the category" do assert(message_data.length == 2) end diff --git a/test/automated/get/category/specialized/get_messages.rb b/test/automated/get/category/specialized/get_messages.rb index a353950..ac0ed97 100644 --- a/test/automated/get/category/specialized/get_messages.rb +++ b/test/automated/get/category/specialized/get_messages.rb @@ -12,7 +12,7 @@ message_data = Get::Category.(category) context "Messages Retrieved" do - test "Messages from the all streams in the category" do + test "Messages from all the streams in the category" do assert(message_data.length == 2) end