diff --git a/pyproject.toml b/pyproject.toml index 595643c..505458c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.2.7" +version = "0.2.8" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT" diff --git a/tests/test_docker_stats.py b/tests/test_docker_stats.py index 596407c..65b30b9 100644 --- a/tests/test_docker_stats.py +++ b/tests/test_docker_stats.py @@ -73,7 +73,7 @@ class TestDockerStatsCollector: assert collector.available is False # Just touching the file isn't enough - need actual socket connectivity - # Since we can't easily create a real Unix socket in tests, + # Since we can't easily create a real Unix socket in tests, # verify that a non-socket file returns False socket_path.touch() assert collector.available is False # File exists but can't connect