Skip to content

Commit

Permalink
fix:string comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
DK070202 committed Nov 16, 2022
1 parent 383926c commit cfcb68e
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions test/test_cases/test_case.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down

0 comments on commit cfcb68e

Please sign in to comment.