From 04303efa75fc86ba373ac83b88ac6e4ad77227e0 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 16 Dec 2025 01:28:18 +0300 Subject: [PATCH] Fix tests --- tests/test_hashsum.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_hashsum.py b/tests/test_hashsum.py index 27094789..8b04fe7d 100644 --- a/tests/test_hashsum.py +++ b/tests/test_hashsum.py @@ -18,10 +18,10 @@ class MyTests(unittest.TestCase): with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/sha384sum.out'), 'r', encoding='utf-8') as f: centos_7_7_sha384sum = f.read() - with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/sha384sum.out'), 'r', encoding='utf-8') as f: + with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/ubuntu-24.04/sha256sum.out'), 'r', encoding='utf-8') as f: ubuntu_24_04_sha256sum = f.read() - with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/centos-7.7/sha384sum.out'), 'r', encoding='utf-8') as f: + with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/ubuntu-24.04/shasum.out'), 'r', encoding='utf-8') as f: ubuntu_24_04_shasum = f.read() with open(os.path.join(THIS_DIR, os.pardir, 'tests/fixtures/osx-10.14.6/md5.out'), 'r', encoding='utf-8') as f: