summaryrefslogtreecommitdiff
path: root/controller_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-11 13:00:52 +0300
committerValery Piashchynski <[email protected]>2021-01-11 13:00:52 +0300
commitc4112cd214a9c7cbed82c82eefc75904fb42d1af (patch)
tree680cc5f0d3f9a0d78a944e026568af61c12bd87e /controller_test.go
parent5dc83ef5eee77f4d1ef557e5f8b566e75892680d (diff)
Update CI
Format imports and code Distinct internal and app errors
Diffstat (limited to 'controller_test.go')
-rw-r--r--controller_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller_test.go b/controller_test.go
index d177feda..75b4d33e 100644
--- a/controller_test.go
+++ b/controller_test.go
@@ -2,10 +2,11 @@ package roadrunner
import (
"fmt"
- "github.com/stretchr/testify/assert"
"runtime"
"testing"
"time"
+
+ "github.com/stretchr/testify/assert"
)
type eWatcher struct {