You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daml/splice-util-featured-app-proxies-test/daml/Splice/Util/FeaturedApp/IntegrationTests/TestWalletUserProxy.daml
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,81 @@ test_two_step_featured_app_markers = do
154
154
WalletClient.checkBalanceApprox alice registry.instrumentId 990.0
155
155
WalletClient.checkBalance bob registry.instrumentId 10.0
156
156
157
+
test_transfer_withdraw_and_reject : Script ()
158
+
test_transfer_withdraw_and_reject = do
159
+
registry <- AmuletRegistry.initialize AmuletRegistry.defaultAmuletRegistryConfig with
0 commit comments