Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno committed Mar 22, 2022
1 parent 2ea0df6 commit 31d4e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otgorm/dependency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func TestProvideDBFactory(t *testing.T) {
"pool": map[string]interface{}{
"maxOpenConns": 10,
"maxIdleConns": 10,
"connMaxIdleTime": int64(10),
"connMaxLifetime": int64(10),
"connMaxIdleTime": "10s",
"connMaxLifetime": "10s",
},
},
"alternative": map[string]interface{}{
Expand Down

0 comments on commit 31d4e62

Please sign in to comment.