Skip to content

Commit

Permalink
all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 19, 2024
1 parent 8550d9c commit 21e1ffe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ class FramesTest {
fun testFramesClient() {
val frameUrl = "https://fc-polls-five.vercel.app/polls/03710836-bc1d-4921-9e24-89d82015c53b?env=dev"
val fixtures = fixtures(ClientOptions.Api(XMTPEnvironment.DEV, isSecure = true))
val aliceClient = fixtures.alixClient

val framesClient = FramesClient(xmtpClient = aliceClient)
val framesClient = FramesClient(xmtpClient = fixtures.alixClient)
val conversationTopic = "foo"
val participantAccountAddresses = listOf("alix", "bo")
val metadata: GetMetadataResponse
Expand Down

0 comments on commit 21e1ffe

Please sign in to comment.