summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/server/old_sg_server.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manyloc/keineschweine/server/old_sg_server.nim')
-rw-r--r--tests/manyloc/keineschweine/server/old_sg_server.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/server/old_sg_server.nim b/tests/manyloc/keineschweine/server/old_sg_server.nim
index ac85cbf62..1e57c12a1 100644
--- a/tests/manyloc/keineschweine/server/old_sg_server.nim
+++ b/tests/manyloc/keineschweine/server/old_sg_server.nim
@@ -174,7 +174,7 @@ when isMainModule:
   block:
     var 
       TestFile: FileChallengePair
-      contents = repeatStr(2, "abcdefghijklmnopqrstuvwxyz")
+      contents = repeat("abcdefghijklmnopqrstuvwxyz", 2)
     testFile.challenge = newScFileChallenge("foobar.test", FZoneCfg, contents.len.int32) 
     testFile.file = checksumStr(contents)
     myAssets.add testFile