From b34519375c175661d27c927f59666a6659bb396a Mon Sep 17 00:00:00 2001 From: Anselm Kruis Date: Sat, 22 Jun 2019 00:58:01 +0200 Subject: [PATCH] Stackless issue #222: Fix a typo test_otside2 -> test_outside2 (cherry picked from commit acfc71026cece89ceeeda6e4379f1eebc67d7e62) --- Stackless/unittests/test_outside.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stackless/unittests/test_outside.py b/Stackless/unittests/test_outside.py index 397acfde73f8d6..eee81800b91dab 100644 --- a/Stackless/unittests/test_outside.py +++ b/Stackless/unittests/test_outside.py @@ -18,7 +18,7 @@ def foo(): test_outside() self.assertEqual(ran[0], True) - def test_otside2(self): + def test_outside2(self): c = channel() n = 3 last = [None]