todo
parent
0d456f4d73
commit
4e72d25dce
|
|
@ -10,6 +10,15 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestFileAmend(t *testing.T) {
|
||||
// given real xaction
|
||||
// find it
|
||||
// invert it
|
||||
// modify original delta to requested
|
||||
// modify counterpart
|
||||
// inbox.txt has xaction inverted and xaction'
|
||||
}
|
||||
|
||||
func TestFileAdd(t *testing.T) {
|
||||
filesAppendDelim = " "
|
||||
payee := "name:3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue