From f7cef5c2841937304c8da03221ccd717302625f2 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 29 Jun 2020 12:49:26 +0200 Subject: [PATCH] tests: fix typo in TextureAttrib test --- tests/pgraph/test_textureattrib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pgraph/test_textureattrib.py b/tests/pgraph/test_textureattrib.py index 9751f0df2a..82ec9912f5 100644 --- a/tests/pgraph/test_textureattrib.py +++ b/tests/pgraph/test_textureattrib.py @@ -131,8 +131,8 @@ def test_textureattrib_replace(): tattr2 = tattr1.add_on_stage(stage1, tex1) - assert tattr1.get_num_stages() == 1 - assert tattr2.get_num_stages() == 1 + assert tattr1.get_num_on_stages() == 1 + assert tattr2.get_num_on_stages() == 1 assert tattr1.compare_to(tattr2) == 0