Skip to content

Commit b04a42b

Browse files
committed
fix lint issue
1 parent c9d1bd7 commit b04a42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/Myr.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe("Updates to Myr's Model", () => {
142142
myr.cursor.color = null;
143143
myr.setRandomColor();
144144
expect(myr.cursor.color).not.toBeNull();
145-
})
145+
});
146146

147147
it("pick Random Color out of a list of colors", () => {
148148
let colors = ["blue", "green", "red", "hotpink", "FF00FF", "rgb(100,33,93)"];

0 commit comments

Comments
 (0)