1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-03 04:38: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

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