Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
update integration test value
Browse files Browse the repository at this point in the history
  • Loading branch information
flanagankp committed Nov 28, 2023
1 parent 585df5a commit 8646701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Integration/IntegrationTestData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let appInfoValid = AppInfo(
authMethods: AuthMethods(
passkeys: PasskeyAuthMethod(),
otp: EmailAndSMSAuthMethod(
ttl: 300,
ttl: 30000000,
ttlDisplayUnitString: "s"
),
magicLink: nil
Expand Down

0 comments on commit 8646701

Please sign in to comment.