Skip to content

Commit bd9b8f2

Browse files
committed
Fix tests
1 parent b1e5e9c commit bd9b8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ mod tests {
153153

154154
#[test]
155155
fn simple_bracket() {
156-
brackets_paint(8, "[]", "lol", 0);
156+
brackets_paint(8, "[]", 0, "lol");
157157
}
158158

159159
#[test]
160160
fn cursor_bracket() {
161-
brackets_paint(3, ": ((( )))", "no", 2);
161+
brackets_paint(3, ": ((( )))", 2, "no");
162162
}
163163

164164
/*#[test]

0 commit comments

Comments
 (0)