Skip to content

Commit

Permalink
Update python/lsst/daf/butler/registry/tests/_database.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Salnikov <[email protected]>
  • Loading branch information
TallJimbo and andy-slac authored Oct 23, 2024
1 parent 2e8186a commit 51108b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/tests/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def testReplace(self):
)

def test_replace_pkey_only(self):
"""Test `Database.replace` on a table only has primary key columns,
"""Test `Database.replace` on a table that only has primary key columns,

Check failure on line 689 in python/lsst/daf/butler/registry/tests/_database.py

View workflow job for this annotation

GitHub Actions / call-workflow / lint

W505

doc line too long (80 > 79 characters)
where the behavior should be the same as `Database.ensure`.
"""
spec = ddl.TableSpec(
Expand Down

0 comments on commit 51108b5

Please sign in to comment.