tests don't need test_ prefix
This commit is contained in:
@@ -35,7 +35,7 @@ mod test {
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
fn test_ending_from_string() {
|
||||
fn ending_from_string() {
|
||||
assert_eq!(
|
||||
Ending::from_str(include_str!("test-resources/ending")).unwrap(),
|
||||
Ending {
|
||||
@@ -46,7 +46,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_ending_to_string() {
|
||||
fn ending_to_string() {
|
||||
assert_eq!(
|
||||
Ending {
|
||||
id: "7".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user