Fix typos.

This commit is contained in:
Nick Lewycky
2019-08-01 12:15:11 -07:00
parent 1138a048d8
commit 5fed2cef03
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ mod tests {
// verify it returns the correct value
assert_eq!(value, 7);
// verify is uses the correct number of points
// verify it used the correct number of points
assert_eq!(get_points_used(&instance), 74);
}
@ -276,7 +276,7 @@ mod tests {
_ => unreachable!(),
}
// verify is uses the correct number of points
// verify it used the correct number of points
assert_eq!(get_points_used(&instance), 109); // Used points will be slightly more than `limit` because of the way we do gas checking.
}