aboutsummaryrefslogtreecommitdiff
path: root/integration_tests
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/example_filesystems_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/example_filesystems_test.go b/integration_tests/example_filesystems_test.go
index 6f1574a..c74e383 100644
--- a/integration_tests/example_filesystems_test.go
+++ b/integration_tests/example_filesystems_test.go
@@ -3,9 +3,9 @@ package integration_tests
// Mount example filesystems and check that the file "status.txt" is there
import (
- "path/filepath"
"io/ioutil"
"os"
+ "path/filepath"
"testing"
)