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")