Skip to content

Commit

Permalink
fix: Also adjust hybrid code
Browse files Browse the repository at this point in the history
  • Loading branch information
Peetee06 committed Mar 8, 2024
1 parent b7c5a35 commit 33c8a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/stomp_handler_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void main() {
import 'dart:async';
import 'dart:convert';
import 'package:web_socket_channel/io.dart';
import 'package:stomp_dart_client/stomp_parser.dart';
import 'package:stomp_dart_client/stomp_dart_client.dart';
import 'package:stream_channel/stream_channel.dart';
Future<void> hybridMain(StreamChannel channel) async {
Expand Down
4 changes: 2 additions & 2 deletions test/stomp_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() {
import 'dart:async';
import 'dart:convert';
import 'package:web_socket_channel/io.dart';
import 'package:stomp_dart_client/stomp_parser.dart';
import 'package:stomp_dart_client/stomp_dart_client.dart';
import 'package:stream_channel/stream_channel.dart';
Future<void> hybridMain(StreamChannel channel) async {
Expand Down Expand Up @@ -90,7 +90,7 @@ void main() {
import 'dart:async';
import 'dart:convert';
import 'package:web_socket_channel/io.dart';
import 'package:stomp_dart_client/stomp_parser.dart';
import 'package:stomp_dart_client/stomp_dart_client.dart';
import 'package:stream_channel/stream_channel.dart';
Future<void> hybridMain(StreamChannel channel) async {
Expand Down

0 comments on commit 33c8a6d

Please sign in to comment.