Skip to content

Commit

Permalink
chore(tests): bump test to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Jan 22, 2025
1 parent d89f61d commit ba41610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/endtoend/testdata/emit_str_enum/db/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code generated by sqlc. DO NOT EDIT.
# versions:
# sqlc v1.27.0
# sqlc v1.28.0
import dataclasses
import enum
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion internal/endtoend/testdata/emit_str_enum/db/query.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code generated by sqlc. DO NOT EDIT.
# versions:
# sqlc v1.27.0
# sqlc v1.28.0
# source: query.sql
from typing import AsyncIterator, Iterator, Optional

Expand Down

0 comments on commit ba41610

Please sign in to comment.