From e88308af2bccc3b5ff96db5b5bc02dbcecfe92f7 Mon Sep 17 00:00:00 2001 From: Tristan <122918260+TAdev0@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:23:04 +0200 Subject: [PATCH] add `stTransactionTest` testsuite (#448) * stTransactionTest * stTransactionTest * stTransactionTest * stTransactionTest --- crates/ef-testing/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index d681d56e..6a1ee3ee 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -123,7 +123,7 @@ mod blockchain_tests { // blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests // blockchain_tests!(st_system_operations_test, stSystemOperationsTest); // 28 failing tests // blockchain_tests!(st_time_consuming, stTimeConsuming); // 14 failing tests - // blockchain_tests!(st_transaction_test, stTransactionTest); // failing due to: invalid length 62, expected a (both 0x-prefixed or not) hex string or byte array containing betwee + // blockchain_tests!(st_transaction_test, stTransactionTest); // ef-test #447 - // blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests blockchain_tests!(st_wallet_test, stWalletTest); blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert);