Skip to content

Commit e9b2e81

Browse files
Abhishek8108ntkathole
authored andcommitted
test: add teardown to file_registry fixture to match sql test style
Signed-off-by: Abhishek8108 <87538407+Abhishek8108@users.noreply.github.com>
1 parent cb577e3 commit e9b2e81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/python/tests/unit/infra/registry/test_file_registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def file_registry():
2222
config = RegistryConfig(path=registry_path)
2323
registry = Registry("test_project", config, None)
2424
yield registry
25+
registry.teardown()
2526

2627

2728
def _make_sources():

0 commit comments

Comments
 (0)