Skip to content

Commit 3125c8b

Browse files
KixironJoshua Nelson
authored and
Joshua Nelson
committed
Wrong function
1 parent c3aed77 commit 3125c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/releases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ mod tests {
769769
db.fake_release()
770770
.name("regex")
771771
.version("0.0.0")
772-
.cratesio_data_yanked(true)
772+
.yanked(true)
773773
.create()?;
774774

775775
let (num_results, results) = get_search_results(&db.conn(), "regex", 1, 100);

0 commit comments

Comments
 (0)