From bf3a7db6cf83fa7d224d84c47b40cfe32603019c Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 15 Nov 2023 10:36:18 -0800 Subject: Convert File.dest from a string to a Path (#14) --- tests/test_validations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_validations.py') diff --git a/tests/test_validations.py b/tests/test_validations.py index aa4fdd0..072858e 100644 --- a/tests/test_validations.py +++ b/tests/test_validations.py @@ -170,4 +170,4 @@ class TestVerifyHash: """ expected_sha1 = "cd19c009a30ca9b68045415a3a0838e64f3c2443" - assert verify_hash(str(test_file)) == expected_sha1 + assert verify_hash(test_file) == expected_sha1 -- cgit v1.2.3