1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-03 12:48:38 -04:00
This commit is contained in:
2017-11-25 21:01:48 -05:00
parent 9cd2724416
commit d9ecaa530b
4 changed files with 43 additions and 43 deletions

View File

@ -20,8 +20,8 @@ func TestLuaAccounts(t *testing.T) {
accountids.Sort()
equalityString := ""
for i, _ := range accountids {
for j, _ := range accountids {
for i := range accountids {
for j := range accountids {
if i == j {
equalityString += "true"
} else {