Skip to content

Commit 185f381

Browse files
committed
Correct typo in integration test comment
A copy/paste error resulted in a potentially confusing comment.
1 parent 263f674 commit 185f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def check_db(configuration):
187187
# This might not match the golden master release's "Log" field after the template substitution.
188188
release["Log"] = "\n".join([line.rstrip() for line in release["Log"].splitlines()])
189189

190-
# Load golden index
190+
# Load golden db
191191
golden_db_template = test_data_path.joinpath("test_all", "golden", "db.json").read_text(encoding="utf-8")
192192
# Fill in mutable content
193193
golden_db_string = string.Template(template=golden_db_template).substitute(

0 commit comments

Comments
 (0)