chore(llc): remove extra quotes
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -189,7 +189,7 @@ void main() {
|
||||
final encoded = json.encode(filter);
|
||||
expect(
|
||||
encoded,
|
||||
'''''{"$key":{"${FilterOperator.equal.toString()}":${json.encode(value)}}}''',
|
||||
'''{"$key":{"${FilterOperator.equal.toString()}":${json.encode(value)}}}''',
|
||||
);
|
||||
});
|
||||
test('listValue', () {
|
||||
|
||||
Reference in New Issue
Block a user