summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.scm b/tests/utils.scm
index b787d9f..7681c72 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -28,7 +28,7 @@
 (test-assert "read-bytes-till returns eof-object on end of file"
   (eof-object?
    (call-with-port (open-bytevector-input-port (make-bytevector 0))
-                   (cut read-bytes-till <> (make-bytevector 1)))))
+     (cut read-bytes-till <> (make-bytevector 1)))))
 
 (test-assert "read-while returns eof-object on end of file"
   (eof-object?