Skip to content

Commit 4ec3233

Browse files
committed
fix test on linux
1 parent 39d3b3c commit 4ec3233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WebAuthnTests/WebAuthnManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class WebAuthnManagerTests: XCTestCase {
5454

5555
func testFinishRegistrationFailsWithInvalidRawID() async throws {
5656
do {
57-
_ = try await finishRegistration(rawID: "_")
57+
_ = try await finishRegistration(rawID: "%")
5858
XCTFail("Should not succeed")
5959
} catch {
6060
XCTAssertEqual(error as! WebAuthnError, .invalidRawID)

0 commit comments

Comments
 (0)