From 3f004190cd7dcc2891005389f1a31d18af2ca3fc Mon Sep 17 00:00:00 2001 From: Connor Date: Mon, 16 Sep 2019 09:45:56 +1000 Subject: [PATCH] Fixed old typo in test --- tests/test_sgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sgp.py b/tests/test_sgp.py index f80dc65..54359a6 100644 --- a/tests/test_sgp.py +++ b/tests/test_sgp.py @@ -13,7 +13,7 @@ class TestConstructor(unittest.TestCase): def test_general_call(self): b=sgp30.sgp30.Sgp30(self.bus) - b.i2c_geral_call() + b.i2c_general_call() self.assertEqual(self.bus.addr,0) self.assertEqual(self.bus.last,0x06)