Skip to content

Commit

Permalink
update test function with new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jun 5, 2024
1 parent 2826456 commit 0d6d52a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,9 @@ func NewTest() (Interface, error) {
WithDriver("sqlite3"),
WithEncryptionKey("A1B2C3D4E5G6H7I8J9K0LMNOPQRSTUVW"),
WithSkipCreation(false),
WithLogLevel("warn"),
WithLogShowSQL(false),
WithLogSkipNotFound(true),
WithLogSlowThreshold(200*time.Millisecond),
)
}

0 comments on commit 0d6d52a

Please sign in to comment.