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