mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Fix example test
This commit is contained in:
@@ -17,11 +17,11 @@ lazy_static! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn foo() {
|
fn fullexample() {
|
||||||
let project_file_location = TEST_PROJECTS_ROOT.join("foo.json");
|
let project_file_location = TEST_PROJECTS_ROOT.join("example.json");
|
||||||
let project = Project::load_exact(&project_file_location).unwrap();
|
let project = Project::load_exact(&project_file_location).unwrap();
|
||||||
|
|
||||||
assert_eq!(project.name, "foo");
|
assert_eq!(project.name, "example");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "foo",
|
"name": "example",
|
||||||
"tree": {
|
"tree": {
|
||||||
"$className": "DataModel",
|
"$className": "DataModel",
|
||||||
"ReplicatedStorage": {
|
"ReplicatedStorage": {
|
||||||
|
|||||||
Reference in New Issue
Block a user