Skip to content

Commit

Permalink
trie: reduce unit test time
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Mar 17, 2023
1 parent 6168ec3 commit 2c303ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trie/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ func TestDuplicateAvoidanceSync(t *testing.T) {
// Tests that at any point in time during a sync, only complete sub-tries are in
// the database.
func TestIncompleteSync(t *testing.T) {
t.Parallel()
// Create a random trie to copy
srcDb, srcTrie, _ := makeTestTrie()

Expand Down

0 comments on commit 2c303ab

Please sign in to comment.