Skip to content

Commit a1f4988

Browse files
fix tags tests
1 parent 165551f commit a1f4988

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tags/bun_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"testing"
99

10-
"github.com/toeirei/keymaster/core/tags"
10+
"github.com/toeirei/keymaster/tags"
1111
"github.com/uptrace/bun"
1212
"github.com/uptrace/bun/dialect/sqlitedialect"
1313
"github.com/uptrace/bun/schema"

tags/expr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"testing"
99

10-
"github.com/toeirei/keymaster/core/tags"
10+
"github.com/toeirei/keymaster/tags"
1111
)
1212

1313
type exprTest struct {

0 commit comments

Comments
 (0)