Skip to content

Commit

Permalink
chore: undo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp committed Jul 28, 2023
1 parent 6b67568 commit 061ff80
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions database/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ func TestDatabase_Integration(t *testing.T) {
name string
config *config
}{
//{
// name: "postgres",
// config: &config{
// Driver: "postgres",
// Address: os.Getenv("POSTGRES_ADDR"),
// CompressionLevel: 3,
// ConnectionLife: 10 * time.Second,
// ConnectionIdle: 5,
// ConnectionOpen: 20,
// EncryptionKey: "A1B2C3D4E5G6H7I8J9K0LMNOPQRSTUVW",
// SkipCreation: false,
// },
//},
{
name: "postgres",
config: &config{
Driver: "postgres",
Address: os.Getenv("POSTGRES_ADDR"),
CompressionLevel: 3,
ConnectionLife: 10 * time.Second,
ConnectionIdle: 5,
ConnectionOpen: 20,
EncryptionKey: "A1B2C3D4E5G6H7I8J9K0LMNOPQRSTUVW",
SkipCreation: false,
},
},
{
name: "sqlite3",
config: &config{
Expand Down

0 comments on commit 061ff80

Please sign in to comment.