Skip to content

Commit 2bb268b

Browse files
committed
add log entry test file
1 parent a7ced4a commit 2bb268b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/evm/log_entry_test.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
defmodule EVM.LogEntryTest do
2+
use ExUnit.Case, async: true
3+
doctest EVM.LogEntry
4+
end

0 commit comments

Comments
 (0)