Skip to content

Commit ca444bc

Browse files
committed
Exclude example test
1 parent 37fd588 commit ca444bc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

example/basic/example_test.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
//go:build examples
2+
// +build examples
3+
14
package example
25

36
import (
47
"context"
58
"fmt"
9+
"testing"
10+
"time"
11+
612
"github.com/stretchr/testify/assert"
713
"github.com/stretchr/testify/require"
814
"github.com/vippsas/sqlcode/sqltest"
9-
"testing"
10-
"time"
1115
)
1216

1317
func TestPreprocess(t *testing.T) {

0 commit comments

Comments
 (0)