mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
Another small fix
This commit is contained in:
parent
3188f66436
commit
7ea1a2f28d
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ class TestBuilding(CommandTest):
|
|||
|
||||
self.call(building.CmdCpAttr(), "/copy Obj2/test2 = Obj2/test3",
|
||||
"@cpattr: Extra switch \"/copy\" ignored.|\nCopied Obj2.test2 -> Obj2.test3. "
|
||||
"(value: 'value2'))
|
||||
"(value: 'value2')")
|
||||
self.call(building.CmdMvAttr(), "Obj2/test2 = Obj/test3", "Moved Obj2.test2 -> Obj.test3")
|
||||
self.call(building.CmdMvAttr(), "", "Usage: ")
|
||||
self.call(building.CmdCpAttr(), "Obj/test1 = Obj2/test3", "Copied Obj.test1 -> Obj2.test3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue