Skip to content

Commit

Permalink
Remove solo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Nov 18, 2024
1 parent cf989bc commit 41e410b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/dart_services/test/server_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ void main() {
print('hello world');
}
''');
// ignore: deprecated_member_use, invalid_use_of_do_not_submit_member
}, solo: true);
});

test('format preserves offset', () async {
final result = await client.format(SourceRequest(
Expand Down

0 comments on commit 41e410b

Please sign in to comment.