Skip to content

Commit

Permalink
Merge branch 'the-nft-company-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Jan 25, 2024
2 parents 6011dc6 + 2d43c5d commit 1d4785f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/kotlin/com/nftco/flow/sdk/JsonCadenceTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ class JsonCadenceTest {

@Test
fun `Can parse new JSON Cadence`() {
<<<<<<< HEAD
val tx = flow.getTransactionResultById(FlowId("663869d910278d7b6caf793396f6f2c5b91aace7180c2c70cfb3b0b6efd7a049"))!!
=======
val flow = TestUtils.newMainnetAccessApi()
val tx = flow.getTransactionResultById(FlowId("273f68ffe175a0097db60bc7cf5e92c5a775d189af3f5636f5432c1206be771a"))!!
>>>>>>> 331c6fb (Fix test cases not able to fetch transactions from Mainnet)
val events = tx.events.map { it.payload.jsonCadence }
Assertions.assertThat(events).hasSize(7)
}
Expand Down

0 comments on commit 1d4785f

Please sign in to comment.