We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a7131 commit 41191cdCopy full SHA for 41191cd
src/test/archive/archive_node_tests/archive_node_tests.ml
@@ -17,7 +17,7 @@ let assert_archived_blocks ~archive_uri ~expected =
17
let actual_blocks_count =
18
match actual_blocks_count with
19
| Ok count ->
20
- Int.of_string count
+ count |> String.strip |> Int.of_string
21
| Error err ->
22
failwith ("Failed to query blocks count: " ^ Error.to_string_hum err)
23
in
0 commit comments