uclahs-cds / Ligare

GNU General Public License v2.0
0 stars 0 forks source link

Scaffolded application tests reference wrong type for in-memory database #113

Closed aholmes closed 2 weeks ago

aholmes commented 1 month ago

In a scaffolded application the tests reference UseInMemoryDatabase. The type has been renamed to UseInMemoryDatabaseResult in BL_Python, and the scaffolder needs to reflect this.