chore: fmt most of the acceptance tests
This commit is contained in:
@@ -13,6 +13,6 @@ pub fn drop(bytes: ByteArray, n: Int) -> ByteArray {
|
||||
}
|
||||
|
||||
test drop_1() {
|
||||
let x = #[1, 2, 3, 4, 5, 6, 7]
|
||||
drop(x, 2) == #[3, 4, 5, 6, 7]
|
||||
let x = #"01020304050607"
|
||||
drop(x, 2) == #"0304050607"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user