chore: delete STM annotations (#12752)

Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
This commit is contained in:
Jakub Sztandera
2024-12-05 06:45:07 +01:00
committed by GitHub
parent 0857ce54dc
commit a704e4710d
123 changed files with 0 additions and 893 deletions

View File

@ -1,4 +1,3 @@
// stm: #unit
package paychmgr
import (
@ -15,7 +14,6 @@ import (
)
func TestPaychSettle(t *testing.T) {
//stm: @TOKEN_PAYCH_WAIT_READY_001, @TOKEN_PAYCH_SETTLE_001, @TOKEN_PAYCH_LIST_CHANNELS_001
ctx := context.Background()
store := NewStore(ds_sync.MutexWrap(ds.NewMapDatastore()))