diff --git a/fakedata/localinterop_test.go b/fakedata/localinterop_test.go index 0d7c3dfb..e8e5735e 100644 --- a/fakedata/localinterop_test.go +++ b/fakedata/localinterop_test.go @@ -41,7 +41,7 @@ func genTestCatalog(t *testing.T, pdsHost string) AccountCatalog { catalog.Celebs = append(catalog.Celebs, *usr) } for i := 0; i < regularCount; i++ { - usr, err := GenAccount(&xrpccAdmin, i, "regular", "test2", nil) + usr, err := GenAccount(&xrpccAdmin, i, "regular", "test", nil) if err != nil { t.Fatal(err) }