Skip to content

Commit 962a76b

Browse files
committed
chore(): Updated Swift Pigeon codec type name
1 parent 0d6b8df commit 962a76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify_datastore/example/ios/unit_tests/NativeAuthPluginTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class MockBinaryMessenger: NSObject, FlutterBinaryMessenger {
1414

1515
let isSignedIn: Bool
1616

17-
lazy var codec = NativeAuthPluginCodec.shared
17+
lazy var codec = NativePluginBindingsPigeonCodec.shared
1818

1919
func send(onChannel channel: String, message: Data?) { }
2020

0 commit comments

Comments
 (0)