diff options
Diffstat (limited to 'integrationtests/expectations.go')
| -rw-r--r-- | integrationtests/expectations.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integrationtests/expectations.go b/integrationtests/expectations.go index 21a5bda..36fdf6e 100644 --- a/integrationtests/expectations.go +++ b/integrationtests/expectations.go @@ -1,9 +1,10 @@ package integrationtests import ( - "ior/internal/flamegraph" "strings" "testing" + + "ior/internal/flamegraph" ) // ExpectedEvent describes an I/O event that should appear in the test output. |
