diff tests/test_helpers.py @ 6:0f196da9af68

fix import typo
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 16 Nov 2021 17:50:59 +0100
parents ccffaf75d240
children f213aa4891fc
line wrap: on
line diff
--- a/tests/test_helpers.py	Tue Nov 16 17:50:50 2021 +0100
+++ b/tests/test_helpers.py	Tue Nov 16 17:50:59 2021 +0100
@@ -1,5 +1,5 @@
 from unittest import TestCase
-from fbs import Option
+from fbs.helpers import Option
 
 
 class TestOption(TestCase):