diff --git a/server/tests/read_projects.rs b/server/tests/read_projects.rs index d547e7d0..b8a1315d 100644 --- a/server/tests/read_projects.rs +++ b/server/tests/read_projects.rs @@ -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] diff --git a/test-projects/example.json b/test-projects/example.json index e93d066d..d86db968 100644 --- a/test-projects/example.json +++ b/test-projects/example.json @@ -1,5 +1,5 @@ { - "name": "foo", + "name": "example", "tree": { "$className": "DataModel", "ReplicatedStorage": {