Skip to content

Commit

Permalink
small tweak to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 19, 2024
1 parent 8d83a74 commit 4be7d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/XMTPTests/FramesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import XCTest

final class FramesTests: XCTestCase {
func testInstantiateFramesClient() async throws {
let frameUrl = "https://fc-polls-five.vercel.app/polls/03710836-bc1d-4921-9e24-89d82015c53b"
let frameUrl = "https://fc-polls-five.vercel.app/polls/03710836-bc1d-4921-9e24-89d82015c53b?env=dev"

let key = try Crypto.secureRandomBytes(count: 32)
let bo = try PrivateKey.generate()
let client = try await Client.create(
account: bo,
options: .init(
api: .init(env: .local, isSecure: false),
api: .init(env: .dev, isSecure: true),
dbEncryptionKey: key
)
)
Expand Down
2 changes: 1 addition & 1 deletion XMTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "XMTP"
spec.version = "3.0.19"
spec.version = "3.0.20"

spec.summary = "XMTP SDK Cocoapod"

Expand Down

0 comments on commit 4be7d6a

Please sign in to comment.