Skip to content

Commit

Permalink
Update model_signing/serialize_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
laurentsimon and mihaimaruseac authored Nov 1, 2023
1 parent 203d058 commit 4ec5860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_signing/serialize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_known_file(self):

# File serialization returns the same results for different chunk sizes.
def test_file_chuncks(self):
file = "v0_test_file_chuncks"
file = "v0_test_file_chunks"
file_size = 999
model, _ = create_random_file(file, file_size)
sig_path = signature_path(model)
Expand Down

0 comments on commit 4ec5860

Please sign in to comment.