From 0f8fc7bb407b0c54a1be2b2f8e70cde4359d421a Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Thu, 24 Aug 2023 15:50:38 -0700 Subject: [PATCH] hotfix: typo in interop tests --- fakedata/localinterop_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.51.2