move test resources
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user