Skip to content

Commit f68547b

Browse files
committed
file-api: fix typo
1 parent 5de055d commit f68547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/file_based/stream/test_default_file_based_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class DefaultFileBasedStreamFileTransferTest(unittest.TestCase):
285285
_NOW = datetime(2022, 10, 22, tzinfo=timezone.utc)
286286
_A_FILE_RECORD_DATA = FileRecordData(
287287
folder="/absolute/path/",
288-
filen_ame="file.csv",
288+
file_name="file.csv",
289289
bytes=10,
290290
source_uri="file:///absolute/path/file.csv",
291291
)

0 commit comments

Comments
 (0)