Skip to content

Commit

Permalink
[fixup] s/tmpdir/tmpDir/
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Aug 1, 2023
1 parent 3fdc9ff commit 8263572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2e/tests/node.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TECHDEBT: Validator should eventually be changed to full node or just node.
Feature: Node Namespace

Scenario: User Wants Help Using The Node Command
Expand Down
2 changes: 1 addition & 1 deletion persistence/trees/atomic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestTreeStore_SaveAndLoad(t *testing.T) {
}

// Load sets a tree store to the provided worldstate
err = ts2.Load(w)
err = ts2.Load(tmpDir)
require.NoError(t, err)

hash2 := ts2.getStateHash()
Expand Down

0 comments on commit 8263572

Please sign in to comment.