Skip to content

Commit

Permalink
Merge pull request #88 from lsst/tickets/DM-26407
Browse files Browse the repository at this point in the history
DM-26407: Update unit test for changes in Registry factory method.
  • Loading branch information
andy-slac authored and timj committed Oct 22, 2020
2 parents da3fe65 + 9ad9770 commit 27e7027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def makeSQLiteRegistry(create=True):
config = RegistryConfig()
config["db"] = uri
if create:
Registry.fromConfig(config, create=True)
Registry.createFromConfig(config)
yield config


Expand Down

0 comments on commit 27e7027

Please sign in to comment.