tests: fix typo in TextureAttrib test

This commit is contained in:
rdb 2020-06-29 12:49:26 +02:00
parent 40962e1eb5
commit f7cef5c284

View File

@ -131,8 +131,8 @@ def test_textureattrib_replace():
tattr2 = tattr1.add_on_stage(stage1, tex1) tattr2 = tattr1.add_on_stage(stage1, tex1)
assert tattr1.get_num_stages() == 1 assert tattr1.get_num_on_stages() == 1
assert tattr2.get_num_stages() == 1 assert tattr2.get_num_on_stages() == 1
assert tattr1.compare_to(tattr2) == 0 assert tattr1.compare_to(tattr2) == 0