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