mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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…
x
Reference in New Issue
Block a user