Rename: activity07() -> activity()
This commit is contained in:
@@ -623,10 +623,7 @@ mod tests {
|
||||
)
|
||||
.unwrap();
|
||||
gnu_post
|
||||
.update_tags07(
|
||||
&conn,
|
||||
vec![Tag::build_activity07("free".to_owned()).unwrap()],
|
||||
)
|
||||
.update_tags07(&conn, vec![Tag::build_activity("free".to_owned()).unwrap()])
|
||||
.unwrap();
|
||||
PostAuthor::insert(
|
||||
&conn,
|
||||
|
||||
Reference in New Issue
Block a user