Skip to content

Commit

Permalink
Correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Mar 8, 2024
1 parent 60c015f commit 6726c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void main() {
expect(actual, equals({expected}));
});

test('throws error when empty list in annotation', () async {
test('throws error when null in annotation', () async {
const typeConverterScope = TypeConverterScope.database;
final element = await '''
@TypeConverters(null)
Expand Down

0 comments on commit 6726c2e

Please sign in to comment.