Skip to content

Commit 13aec99

Browse files
committed
Changed version check, so GHA can pass.
1 parent d3381a5 commit 13aec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/TerminalUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def setUp(self) -> None:
6969
self.app = Application()
7070

7171
def test_Version(self):
72-
Application.versionCheck((3, 8, 0))
72+
Application.versionCheck((3, 6, 0))
7373

7474
def test_Write(self):
7575
self.app.WriteQuiet("This is a quiet message.")

0 commit comments

Comments
 (0)