Use Post::update_tags07() instead of update_tags()

This commit is contained in:
Kitaiti Makoto
2022-05-02 22:26:59 +09:00
parent 6cd68ab8b0
commit a8be31b177
3 changed files with 6 additions and 39 deletions
+4 -1
View File
@@ -623,7 +623,10 @@ mod tests {
)
.unwrap();
gnu_post
.update_tags(&conn, vec![Tag::build_activity("free".to_owned()).unwrap()])
.update_tags07(
&conn,
vec![Tag::build_activity07("free".to_owned()).unwrap()],
)
.unwrap();
PostAuthor::insert(
&conn,