We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f3f40 commit 7bf6637Copy full SHA for 7bf6637
2 files changed
.github/workflows/cupertino.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
cd example
62
flutter pub get
63
- flutter test -d macos integration_test/main.dart --name "defaultSessionConfiguration local close with code and reason"
+ flutter test -d macos integration_test/main.dart --name "defaultSessionConfiguration local close close"
64
- name: Stop tcpdump
65
if: failure()
66
pkgs/web_socket_conformance_tests/lib/src/close_local_tests.dart
@@ -91,7 +91,7 @@ void testCloseLocal(
91
expect(await channel.events.isEmpty, true);
92
});
93
94
- test('close with 1000', () async {
+ test('with close 1000', () async {
95
final channel = await channelFactory(uri);
96
97
channel.sendText('Hello World');
0 commit comments