Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Jul 2, 2024
1 parent c580410 commit 5e93534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/test/src/generator_test_src.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'query.pb.dart';

@ShouldGenerate(
'''
// ignore_for_file: unnecessary_brace_in_string_interps,no_leading_underscores_for_local_identifiers
// ignore_for_file: unnecessary_brace_in_string_interps,no_leading_underscores_for_local_identifiers,unused_element
class _RestClient implements RestClient {
_RestClient(
Expand Down

0 comments on commit 5e93534

Please sign in to comment.