Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasguo committed Jun 15, 2021
1 parent 7ca6fd1 commit 3eed93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/blockqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package ledger

import (
"fmt"
"github.com/algorand/go-algorand/protocol"
"testing"

"github.com/stretchr/testify/require"
Expand All @@ -28,6 +27,7 @@ import (
"github.com/algorand/go-algorand/crypto"
"github.com/algorand/go-algorand/data/bookkeeping"
"github.com/algorand/go-algorand/logging"
"github.com/algorand/go-algorand/protocol"
)

func TestPutOldBlock(t *testing.T) {
Expand Down

0 comments on commit 3eed93f

Please sign in to comment.