From a48276c5dddf252e5a70393ee080b64b91821a82 Mon Sep 17 00:00:00 2001 From: danielpdwalker Date: Tue, 11 Apr 2023 14:11:07 +0100 Subject: [PATCH] Lint fixes --- tap_google_sheets/tests/test_key_properties_setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_google_sheets/tests/test_key_properties_setting.py b/tap_google_sheets/tests/test_key_properties_setting.py index 4ec367b..531ebbc 100644 --- a/tap_google_sheets/tests/test_key_properties_setting.py +++ b/tap_google_sheets/tests/test_key_properties_setting.py @@ -50,7 +50,7 @@ def test_key_properties_being_set_in_stream(self): tap = TapGoogleSheets(config=self.mock_config) - # Assert that the key_properties in a stream is equal to the setting key_properties + # Assert that key_properties in tap streams equal to the setting key_properties for stream in tap.catalog_dict.get("streams"): self.assertEquals( stream.get("key_properties"), tap.config.get("key_properties")