Skip to content

Commit 7bf6637

Browse files
committed
stuff
1 parent a2f3f40 commit 7bf6637

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cupertino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
cd example
6262
flutter pub get
63-
flutter test -d macos integration_test/main.dart --name "defaultSessionConfiguration local close with code and reason"
63+
flutter test -d macos integration_test/main.dart --name "defaultSessionConfiguration local close close"
6464
- name: Stop tcpdump
6565
if: failure()
6666
run: |

pkgs/web_socket_conformance_tests/lib/src/close_local_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void testCloseLocal(
9191
expect(await channel.events.isEmpty, true);
9292
});
9393

94-
test('close with 1000', () async {
94+
test('with close 1000', () async {
9595
final channel = await channelFactory(uri);
9696

9797
channel.sendText('Hello World');

0 commit comments

Comments
 (0)