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 <[email protected]>
  • Loading branch information
laurentsimon and mihaimaruseac authored Nov 1, 2023
1 parent 4ec5860 commit e433a0a
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 @@ -115,7 +115,7 @@ def test_file_chuncks(self):

# File serialization raises error for negative chunk values.
def test_file_negative_chuncks(self):
file = "v0_test_file_negative_chuncks"
file = "v0_test_file_negative_chunks"
data = b"hellow world content"
model = create_file(file, data)
sig_path = signature_path(model)
Expand Down

0 comments on commit e433a0a

Please sign in to comment.