mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix a unit test
This commit is contained in:
parent
2a0d40e15d
commit
1de8d4baaf
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ mod test {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
s(ctx, "dupe:123,test"),
|
s(ctx, "dupe:123,test"),
|
||||||
(
|
(
|
||||||
"((n.mid = 123 and n.csum = 2840236005 and field_at_index(n.flds, 0) = ?))".into(),
|
"((n.mid = 123 and n.csum = 2840236005 and n.sfld = ?))".into(),
|
||||||
vec!["test".into()]
|
vec!["test".into()]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue