diff options
author | Valery Piashchynski <[email protected]> | 2021-07-22 18:10:33 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-22 18:10:33 +0300 |
commit | 2ceebd687fd17b6029ef3df0e979c39bb39abc7f (patch) | |
tree | 9f507e82163586d9e803cab91ed657ab2c81e3fb /tests | |
parent | e9713a1d08a93e2be70c889c600ed89f54822b54 (diff) |
Linters
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugins/jobs/jobs_amqp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/jobs_amqp_test.go b/tests/plugins/jobs/jobs_amqp_test.go index 7e74891c..52bb6c7c 100644 --- a/tests/plugins/jobs/jobs_amqp_test.go +++ b/tests/plugins/jobs/jobs_amqp_test.go @@ -149,7 +149,7 @@ func TestAMQPDeclare(t *testing.T) { &server.Plugin{}, &rpcPlugin.Plugin{}, &logger.ZapLogger{}, - //mockLogger, + // mockLogger, &jobs.Plugin{}, &resetter.Plugin{}, &informer.Plugin{}, |