Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Paliukhovich committed Nov 22, 2023
1 parent 0201193 commit cbcc034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/generator_tests/models_generator_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ void main() {
[],
[],
{},
'fle_name',
);

expect(result, contains(classExpectedResult));
Expand All @@ -243,6 +244,7 @@ void main() {
[],
[],
{},
'fle_name',
);

expect(result, contains(classExpectedResult));
Expand Down

0 comments on commit cbcc034

Please sign in to comment.