diff options
Diffstat (limited to 'integrationtests/expectations_test.go')
| -rw-r--r-- | integrationtests/expectations_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integrationtests/expectations_test.go b/integrationtests/expectations_test.go index fd06e31..9630cf9 100644 --- a/integrationtests/expectations_test.go +++ b/integrationtests/expectations_test.go @@ -1,9 +1,10 @@ package integrationtests import ( + "testing" + "ior/internal/flamegraph" "ior/internal/types" - "testing" ) func TestAssertEventsAbsentNoMatch(t *testing.T) { |
