Skip to content

Commit 99b5bbe

Browse files
author
Kilian Schulte
committed
fix tests
1 parent 052d5e8 commit 99b5bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/encoding_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ void main() {
450450

451451
test('Attempt to infer unknown type throws exception', () {
452452
try {
453-
encoder.convert([]);
453+
encoder.convert(Object());
454454
fail('unreachable');
455455
} on PostgreSQLException catch (e) {
456456
expect(e.toString(), contains('Could not infer type'));

0 commit comments

Comments
 (0)