Skip to content

Commit

Permalink
Revert "Test: force one test to fail"
Browse files Browse the repository at this point in the history
This reverts commit 375fc1d.
  • Loading branch information
CyrilleB79 committed Dec 12, 2024
1 parent 375fc1d commit e6ff6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_winVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_getWinVer(self):

def test_getWinVerFromNonExistentRelease(self):
# Test the fact that there is no Windows 10 2003 (2004 exists, however).
with self.assertRaises(IndexError):
with self.assertRaises(AttributeError):
winVersion.WIN10_2003

def test_moreRecentWinVer(self):
Expand Down

0 comments on commit e6ff6a4

Please sign in to comment.