From 7c092b61dc274a5c2b13b7ac5b675246b489a4e1 Mon Sep 17 00:00:00 2001 From: Poikilos <7557867+Poikilos@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:01:32 -0400 Subject: [PATCH] Change FIXME to TODO in a test placeholder (last FIXME to fix #35 review of FIXME comments). --- tests/test_physicallayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_physicallayer.py b/tests/test_physicallayer.py index 89d1a03..a9c234b 100644 --- a/tests/test_physicallayer.py +++ b/tests/test_physicallayer.py @@ -7,7 +7,7 @@ class TestPhysicalLayerClass(unittest.TestCase): def testExample(self): - # FIXME: finish this + # TODO: Test what is possible without hardware. pass