mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
Make test follow LicensedArticle change
This commit is contained in:
parent
7ade0550c9
commit
c521a81373
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ mod tests {
|
|||
let licensed_article = LicensedArticle::new(
|
||||
object,
|
||||
Licensed07 {
|
||||
license: "CC-0".into(),
|
||||
license: Some("CC-0".into()),
|
||||
},
|
||||
SourceProperty {
|
||||
source: Source {
|
||||
|
|
Loading…
Reference in a new issue