annotated paych_test
This commit is contained in:
parent
b45924a234
commit
ad16bafa66
@ -1,3 +1,4 @@
|
||||
//stm: #unit
|
||||
package paychmgr
|
||||
|
||||
import (
|
||||
@ -196,6 +197,7 @@ func TestCheckVoucherValid(t *testing.T) {
|
||||
|
||||
for _, tcase := range tcases {
|
||||
tcase := tcase
|
||||
//stm: @PAYMENT_CHANNEL_VOUCHER_001, PAYMENT_CHANNEL_VOUCHER_002, PAYMENT_CHANNEL_VOUCHER_003, PAYMENT_CHANNEL_VOUCHER_004
|
||||
t.Run(tcase.name, func(t *testing.T) {
|
||||
// Create an actor for the channel with the test case balance
|
||||
act := &types.Actor{
|
||||
|
Loading…
Reference in New Issue
Block a user