Skip to content

Commit 927d610

Browse files
bug fixes
1 parent 7b6b12d commit 927d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (f *ComponentTest) InitializeTestSuite(ctx *godog.TestSuiteContext) {
5353

5454
func TestComponent(t *testing.T) {
5555
flag.Parse()
56-
// *componentFlag = true // put this line in if you want to "debug test" this function in vscode IDE
56+
*componentFlag = false // put this line in if you want to "debug test" this function in vscode IDE
5757
if *componentFlag {
5858
status := 0
5959

0 commit comments

Comments
 (0)