todo
This commit is contained in:
@@ -10,6 +10,15 @@ import (
|
|||||||
"testing"
|
"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) {
|
func TestFileAdd(t *testing.T) {
|
||||||
filesAppendDelim = " "
|
filesAppendDelim = " "
|
||||||
payee := "name:3"
|
payee := "name:3"
|
||||||
|
|||||||
Reference in New Issue
Block a user