move test resources

This commit is contained in:
2020-04-14 00:17:40 +01:00
parent 799a97c4dd
commit bfe679dfc8
20 changed files with 17 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ impl ToString for Ending {
#[test]
fn test_ending_from_string() {
assert_eq!(
Ending::from(include_str!("../test/resources/ending").to_string()),
Ending::from(include_str!("test-resources/ending").to_string()),
Ending {
id: "a".to_string(),
dialogue: "This is a long line of dialogue. Blah blah blah".to_string()