Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 authored Nov 22, 2024
1 parent 3ec5b76 commit c2fd1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
alert-threshold: 200%
comment-on-alert: true
fail-on-alert: false
alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2'
alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2,@khsrali,@unkcpz'
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


class TestDbBackend(Enum):
"""Options for the '--db-backend' CLI argument"""
"""Options for the '--db-backend' CLI argument when running pytest."""

SQLITE = 'sqlite'
PSQL = 'psql'
Expand Down

0 comments on commit c2fd1fe

Please sign in to comment.