Implemented the ability to edit collections and fixed a refresh bug so screens will automatically refresh when users edit movies or collections
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_strop_non_alphanumeric_characters() {
|
||||
fn test_strip_non_alphanumeric_characters() {
|
||||
assert_eq!(
|
||||
strip_non_alphanumeric_characters("Te$t S7r!ng::'~-_}"),
|
||||
"tet s7rng".to_owned()
|
||||
|
||||
Reference in New Issue
Block a user