Skip to content

Commit bcafd10

Browse files
committed
Updates mocks
1 parent 9ecf278 commit bcafd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocks.mocks.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ class MockPhoenixSocket extends _i1.Mock implements _i2.PhoenixSocket {
478478

479479
@override
480480
bool get isOpen => (super.noSuchMethod(
481-
Invocation.getter(#isConnected),
481+
Invocation.getter(#isOpen),
482482
returnValue: false,
483483
returnValueForMissingStub: false,
484484
) as bool);

0 commit comments

Comments
 (0)