Skip to content

Commit 9fa6a75

Browse files
refactor: all test-case fields on new lines
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: Arran Schlosberg <[email protected]>
1 parent bd1d8cc commit 9fa6a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/state_transition.libevm_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ func TestMinimumGasConsumption(t *testing.T) {
6666
// default.
6767
tests := []struct {
6868
name string
69-
gasLimit, refund uint64
69+
gasLimit uint64
70+
refund uint64
7071
minConsumption uint64
7172
wantUsed uint64
7273
}{

0 commit comments

Comments
 (0)