fix template
This commit is contained in:
parent
be167e4b2c
commit
603f07c784
@ -31,9 +31,9 @@ mod test {
|
|||||||
#[test]
|
#[test]
|
||||||
fn sample () {
|
fn sample () {
|
||||||
let data = "";
|
let data = "";
|
||||||
let data = parse(data);
|
let data = _parse(data);
|
||||||
|
|
||||||
assert_eq(1, 1)
|
assert_eq!(1, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user