From df21dd44cb2219a770bcf23e53824cbb627256c0 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 7 Dec 2019 22:37:31 +0700 Subject: [PATCH] fixes typo --- tests/test_blockchain_json.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_blockchain_json.nim b/tests/test_blockchain_json.nim index 6461e7540..1ba7a6d0c 100644 --- a/tests/test_blockchain_json.nim +++ b/tests/test_blockchain_json.nim @@ -10,7 +10,7 @@ import options, eth/[common, rlp, bloom], eth/trie/[db, trie_defs], ethash, stew/endians2, nimcrypto, - ./test_helpers, , ./test_allowed_to_fail, + ./test_helpers, ./test_allowed_to_fail, ../premix/parser, test_config, ../nimbus/vm/interpreter/vm_forks, ../nimbus/[vm_state, utils, vm_types, errors, transaction, constants],