Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Nov 18, 2024
1 parent 510e296 commit ff4fe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compatibility_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
## https://github.com/jelmer/xandikos/pull/194
'category_search_yields_nothing',
try:
import xandikos.__version__ as xver
from xandikos import __version__ as xver
goodver = (0,2,12)
for i in range(0,2):
if xver[i]<goodver[i]:
Expand Down

0 comments on commit ff4fe1d

Please sign in to comment.