Skip to content

Commit

Permalink
fixes to database unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 24, 2024
1 parent a4c3986 commit 0e8f3f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/postgres/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ func ExampleMigrations() {
// Output:
// true
// true
// true
// true
}
2 changes: 2 additions & 0 deletions migrations/sqlite3/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ func ExampleMigrations() {
// Output:
// true
// true
// true
// true
}

0 comments on commit 0e8f3f8

Please sign in to comment.