update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -8,7 +8,7 @@ print("Testing grid creation...")
|
|||
|
||||
# First create scene
|
||||
try:
|
||||
mcrfpy.createScene("test")
|
||||
test = mcrfpy.Scene("test")
|
||||
print("✓ Created scene")
|
||||
except Exception as e:
|
||||
print(f"✗ Failed to create scene: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue