Skip to content

Commit 356ef96

Browse files
committed
chore(): fixed typo
1 parent ccc12b1 commit 356ef96

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
@@ -55,7 +55,7 @@ class NativeAuthPluginTests: XCTestCase {
5555
switch result {
5656
case .success(let session):
5757
defer { expectation.fulfill() }
58-
XCTAssertEqual(session, isSignedIn)
58+
XCTAssertEqual(session.isSignedIn, isSignedIn)
5959
case .failure(let error):
6060
XCTFail("fetchAuthSession failed with error: \(error)")
6161
}

0 commit comments

Comments
 (0)