Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitadol committed Aug 26, 2023
1 parent 9575612 commit f408991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drift_dev/test/analysis/resolver/drift/table_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ CREATE TABLE b (
'expression',
contains('EnumIndexConverter<FruitsWithGeneric>'),
)
.having((e) => e.dartType.getDisplayString(withNullability: true),
'dartType', 'FruitsWithGeneric'),
.having(
(e) => e.dartType.element!.name, 'dartType', 'FruitsWithGeneric'),
);

final nameColumn =
Expand Down

0 comments on commit f408991

Please sign in to comment.