Skip to content

Commit 7aac603

Browse files
committed
Debug test
1 parent 807383e commit 7aac603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chdb/wrapper_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package chdb
22

33
import (
4+
"fmt"
45
"testing"
56
)
67

@@ -43,6 +44,7 @@ func TestQueryToBuffer(t *testing.T) {
4344
// Call queryToBuffer
4445

4546
result, err := Query(tc.queryStr, tc.outputFormat)
47+
fmt.Println("result: ", result)
4648

4749
// Verify
4850
if tc.expectedErrMsg != "" {

0 commit comments

Comments
 (0)