Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
srpwnd committed Jan 17, 2024
1 parent 47c54df commit 107d7b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tap_google_sheets/tests/test_underscoring_column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ def test_underscoring_column_names(self):
"Multi Column One",
" Multi Column Two ",
"\tMulti \r\nColumn\f\vThree",
], ["1"] * 8
]
}
],
["1"] * 8,
]
}

responses.add(
responses.POST,
Expand Down

0 comments on commit 107d7b5

Please sign in to comment.