Skip to content

Commit a3a00b1

Browse files
committed
clean up tests after renaming put_opts to merge_opts
1 parent 5f31cf6 commit a3a00b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/scenic/primitive_test.exs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ defmodule Scenic.PrimitiveTest do
200200
end
201201
end
202202

203+
test "put_opts raises" do
204+
assert_raise RuntimeError, fn ->
205+
Primitive.put_opts(@primitive, fill: :blue)
206+
end
207+
end
208+
203209
# ============================================================================
204210
# transform field
205211

0 commit comments

Comments
 (0)