Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPDWalker committed Apr 11, 2023
1 parent 5d74093 commit a48276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_google_sheets/tests/test_key_properties_setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a48276c

Please sign in to comment.