22
33package itest
44
5- import (
6- "github.com/lightninglabs/taproot-assets/proof"
7- )
5+ import "github.com/lightninglabs/taproot-assets/proof"
86
97var testCases = []* testCase {
108 {
@@ -48,14 +46,12 @@ var testCases = []*testCase{
4846 proofCourierType : proof .HashmailCourierType ,
4947 },
5048 {
51- name : "basic send universerpc proof courier" ,
52- test : testBasicSendUnidirectional ,
53- proofCourierType : proof .UniverseRpcCourierType ,
49+ name : "basic send unidirectional" ,
50+ test : testBasicSendUnidirectional ,
5451 },
5552 {
56- name : "restart receiver check balance" ,
57- test : testRestartReceiverCheckBalance ,
58- proofCourierType : proof .UniverseRpcCourierType ,
53+ name : "restart receiver check balance" ,
54+ test : testRestartReceiverCheckBalance ,
5955 },
6056 {
6157 name : "resume pending package send" ,
@@ -68,14 +64,12 @@ var testCases = []*testCase{
6864 proofCourierType : proof .HashmailCourierType ,
6965 },
7066 {
71- name : "reattempt failed send uni courier" ,
72- test : testReattemptFailedSendUniCourier ,
73- proofCourierType : proof .UniverseRpcCourierType ,
67+ name : "reattempt failed send uni courier" ,
68+ test : testReattemptFailedSendUniCourier ,
7469 },
7570 {
76- name : "reattempt failed receive uni courier" ,
77- test : testReattemptFailedReceiveUniCourier ,
78- proofCourierType : proof .UniverseRpcCourierType ,
71+ name : "reattempt failed receive uni courier" ,
72+ test : testReattemptFailedReceiveUniCourier ,
7973 },
8074 {
8175 name : "offline receiver eventually receives" ,
@@ -109,14 +103,12 @@ var testCases = []*testCase{
109103 proofCourierType : proof .HashmailCourierType ,
110104 },
111105 {
112- name : "collectible send rpc courier" ,
113- test : testCollectibleSend ,
114- proofCourierType : proof .UniverseRpcCourierType ,
106+ name : "collectible send" ,
107+ test : testCollectibleSend ,
115108 },
116109 {
117- name : "collectible group send rpc courier" ,
118- test : testCollectibleGroupSend ,
119- proofCourierType : proof .UniverseRpcCourierType ,
110+ name : "collectible group send" ,
111+ test : testCollectibleGroupSend ,
120112 },
121113 {
122114 name : "re-issuance" ,
0 commit comments