Skip to content

Commit d364f64

Browse files
committed
chore: update tests
1 parent 0c3628b commit d364f64

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/igniter/mix/task_test.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,11 @@ defmodule Igniter.Mix.TaskTest do
268268
assert_received {:task2_group_c,
269269
%{
270270
positional: task2_positional,
271-
options: [task1_option: "task1", task2_option: "task2"]
271+
options: [
272+
yes: true,
273+
task1_option: "task1",
274+
task2_option: "task2"
275+
]
272276
}}
273277

274278
assert task2_positional == %{}

0 commit comments

Comments
 (0)