From 47036f433186f63a6f310e239ec7a324d11aa75a Mon Sep 17 00:00:00 2001 From: Elias Tazartes <66871571+Eikix@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:28:25 +0700 Subject: [PATCH] feat: log tests all pass (#128) --- crates/ef-testing/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index bf8104c7..7afb471e 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -66,4 +66,5 @@ mod blockchain_tests { blockchain_tests!(vm_tests, VMTests); blockchain_tests!(memory_tests, stMemoryTest); blockchain_tests!(init_code_test, stInitCodeTest); + blockchain_tests!(st_log_tests, stLogTests); }