fork of indigo with slightly nicer lexgen

hotfix: typo in interop tests

Changed files
+1 -1
fakedata
+1 -1
fakedata/localinterop_test.go
··· 41 41 catalog.Celebs = append(catalog.Celebs, *usr) 42 42 } 43 43 for i := 0; i < regularCount; i++ { 44 - usr, err := GenAccount(&xrpccAdmin, i, "regular", "test2", nil) 44 + usr, err := GenAccount(&xrpccAdmin, i, "regular", "test", nil) 45 45 if err != nil { 46 46 t.Fatal(err) 47 47 }