mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +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(
|
let licensed_article = LicensedArticle::new(
|
||||||
object,
|
object,
|
||||||
Licensed07 {
|
Licensed07 {
|
||||||
license: "CC-0".into(),
|
license: Some("CC-0".into()),
|
||||||
},
|
},
|
||||||
SourceProperty {
|
SourceProperty {
|
||||||
source: Source {
|
source: Source {
|
||||||
|
|
Loading…
Reference in a new issue