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)