summaryrefslogtreecommitdiff
path: root/integrationtests/parse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/parse_test.go')
-rw-r--r--integrationtests/parse_test.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/integrationtests/parse_test.go b/integrationtests/parse_test.go
index 6425298..65781a5 100644
--- a/integrationtests/parse_test.go
+++ b/integrationtests/parse_test.go
@@ -3,13 +3,14 @@ package integrationtests
import (
"bytes"
"encoding/gob"
- "ior/internal/file"
- "ior/internal/flamegraph"
- "ior/internal/types"
"os"
"path/filepath"
"testing"
+ "ior/internal/file"
+ "ior/internal/flamegraph"
+ "ior/internal/types"
+
"github.com/DataDog/zstd"
)