Merge "[Tests]Correct reference to method in coex test" am: 2d5bb5fa14 am: 6dd4dc418c am: 320a73bd13
am: bda86fdaf6

Change-Id: Ie6227d9be8b85326bc293ae02645d4e0b098e0e3
(cherry picked from commit f7ac5fc45fedf6c6c85be16f9d4072b4bcf9f998)
diff --git a/acts/tests/google/wifi/WifiTeleCoexTest.py b/acts/tests/google/wifi/WifiTeleCoexTest.py
index 6ec1ef8..7ff6769 100644
--- a/acts/tests/google/wifi/WifiTeleCoexTest.py
+++ b/acts/tests/google/wifi/WifiTeleCoexTest.py
@@ -285,5 +285,5 @@
         """
         self.setup_cellular_voice_calling()
         self.connect_to_wifi(self.dut, self.network)
-        stress_toggle_airplane_and_wifi(self.stress_count)
+        self.stress_toggle_airplane_and_wifi(self.stress_count)
         self.validate_cellular_and_wifi()