Skip to content

Commit

Permalink
fix: integration tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Oct 29, 2023
1 parent 0df5893 commit 079c199
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ data class Summaries (
val to_address : String?,
val memos : List<String>?,
val kind : String,
val pool : String?
val pool : String?,
val unconfirmed : Boolean
)

@Category(OfflineTest::class)
Expand Down

0 comments on commit 079c199

Please sign in to comment.