Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Jan 15, 2025
1 parent 77483a7 commit e7248df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SignHereLibraryTests/ProfileTypeModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class ProfileTypeModelTests: XCTestCase {
// THEN
profileTypes.forEach { profileType in
XCTAssertEqual(profileType, .inHouse)
XCTAssertEqual(profileType.usesDevices, true)
XCTAssertEqual(profileType.usesDevices, false)
}
}

Expand Down

0 comments on commit e7248df

Please sign in to comment.