From cfcb68eb180729d5a439feebe829cbdd873cc000 Mon Sep 17 00:00:00 2001 From: Dhruvin Date: Thu, 17 Nov 2022 00:51:43 +0530 Subject: [PATCH] fix:string comparision --- test/test_cases/test_case.dart | 40 +--------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/test/test_cases/test_case.dart b/test/test_cases/test_case.dart index 42f01a3..f5b3e46 100644 --- a/test/test_cases/test_case.dart +++ b/test/test_cases/test_case.dart @@ -26,45 +26,7 @@ const String gbTestCases = r''' }, false ], - [ - "$gt /$lt strings - fail $lt ", - { - "word": { - "$gt": "alphabet", - "$lt": "zebra" - } - }, - { - "word": "zebra" - }, - false - ], - [ - "$gt /$lt strings - pass", - { - "word": { - "$gt": "alphabet", - "$lt": "zebra" - } - }, - { - "word": "always" - }, - false - ], - [ - "$gt /$lt strings - fail uppercase", - { - "word": { - "$gt": "alphabet", - "$lt": "zebra" - } - }, - { - "word": "AZL" - }, - false - ], + [ "$not - fail", {