Skip to content

Commit 71c2d4c

Browse files
author
sajidurrahman
committed
chore: fixed test_version
1 parent 2935822 commit 71c2d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_ping(self):
2020

2121
def test_version(self):
2222
version = self.cd.version()
23-
assert version == "ClamAV 1.5.1/27914/Mon Feb 16 07:24:56 2026"
23+
assert "ClamAV 1.5.1" in version
2424

2525
def test_reload(self):
2626
assert self.cd.reload() == 'RELOADING'

0 commit comments

Comments
 (0)