Skip to content

Commit a9a3546

Browse files
committed
checks fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent e0ab5e7 commit a9a3546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/tokengen/cobra/pp/cc/cc_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ SPDX-License-Identifier: Apache-2.0
77
package cc
88

99
import (
10-
"github.com/stretchr/testify/assert"
1110
"testing"
11+
12+
"github.com/stretchr/testify/assert"
1213
)
1314

1415
// TestGeneratePackage tests the GeneratePackage function.

0 commit comments

Comments
 (0)