Skip to content

Commit

Permalink
test: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1v3r committed Jan 16, 2024
1 parent fde6e9c commit 647200a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion internal/template/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func Test_Available(t *testing.T) {
func Test_WithContext(t *testing.T) {
query := Use(_gen_test_db)
if !query.Available() {
t.Errorf("query Use(db) fail: query.Available() == false")
t.Errorf("query Use(_gen_test_db) fail: query.Available() == false")
}
type Content string
Expand Down
2 changes: 1 addition & 1 deletion tests/.expect/dal_2/query/gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/.expect/dal_3/query/gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/.expect/dal_4/query/gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/.expect/dal_5/query/gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/.expect/dal_6/query/gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 647200a

Please sign in to comment.