tests: fix typo in TextureAttrib test
This commit is contained in:
parent
40962e1eb5
commit
f7cef5c284
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue