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