From afbbc253329ed14bdf065f0517284fc88bf80aef Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 24 May 2024 10:45:08 +0100 Subject: [PATCH] TEST: Typo in test --- fsl/tests/test_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/tests/test_platform.py b/fsl/tests/test_platform.py index fecb3d23..4ea8e7a9 100644 --- a/fsl/tests/test_platform.py +++ b/fsl/tests/test_platform.py @@ -28,7 +28,7 @@ def test_atts(): p.haveGui p.canHaveGui p.inSSHSession - p.inVNCession + p.inVNCSession p.wxPlatform p.wxFlavour p.fsldir -- GitLab