Skip to content

Commit

Permalink
Up limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusstrange committed Sep 18, 2021
1 parent 417b96a commit b53d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded_postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func Test_CustomLog(t *testing.T) {
assert.Contains(t, lines, fmt.Sprintf("The files belonging to this database system will be owned by user \"%s\".", current.Username))
assert.Contains(t, lines, "syncing data to disk ... ok")
assert.Contains(t, lines, "server stopped")
assert.Less(t, len(lines), 50)
assert.Less(t, len(lines), 55)
assert.Greater(t, len(lines), 40)
}

Expand Down

0 comments on commit b53d26b

Please sign in to comment.