mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Fix failing snapshot test from previous change
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
"children": [],
|
"children": [],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ignore_unknown_instances": true,
|
"ignore_unknown_instances": true,
|
||||||
"source_path": null,
|
"source_path": "src/RobloxInstance.rbxmx",
|
||||||
"project_definition": null
|
"project_definition": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -79,13 +79,13 @@
|
|||||||
"name": "Script",
|
"name": "Script",
|
||||||
"class_name": "Script",
|
"class_name": "Script",
|
||||||
"properties": {
|
"properties": {
|
||||||
"Disabled": {
|
|
||||||
"Type": "Bool",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"Source": {
|
"Source": {
|
||||||
"Type": "String",
|
"Type": "String",
|
||||||
"Value": "print(\"Hello, world\")"
|
"Value": "print(\"Hello, world\")"
|
||||||
|
},
|
||||||
|
"Disabled": {
|
||||||
|
"Type": "Bool",
|
||||||
|
"Value": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"children": [],
|
"children": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user