summaryrefslogtreecommitdiff
path: root/service/limit/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/limit/config_test.go')
-rw-r--r--service/limit/config_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/service/limit/config_test.go b/service/limit/config_test.go
index c79836b8..1f121bc5 100644
--- a/service/limit/config_test.go
+++ b/service/limit/config_test.go
@@ -1,11 +1,12 @@
package limit
import (
+ "testing"
+ "time"
+
json "github.com/json-iterator/go"
"github.com/spiral/roadrunner/service"
"github.com/stretchr/testify/assert"
- "testing"
- "time"
)
type mockCfg struct{ cfg string }