this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hotfix: typo in interop tests

+1 -1
+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 }