Skip to content

Commit 162991e

Browse files
committed
add 'none' logger
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 619b8e9 commit 162991e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/logging/none_logger_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/containerd/containerd/v2/core/runtime/v2/logging"
2524
"gotest.tools/v3/assert"
25+
26+
"github.com/containerd/containerd/v2/core/runtime/v2/logging"
2627
)
2728

2829
func TestNoneLogger(t *testing.T) {

0 commit comments

Comments
 (0)