Skip to content

Commit

Permalink
fixed install help tests
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Sinclair committed May 5, 2024
1 parent 8dc1e41 commit 2bc1f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tasks/install_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Mix.Tasks.Bloom.InstallTest do

expect(ShellMock, :info, fn msg ->
assert msg ==
"Available components: avatar | glow_button | code_snippet | hero | gradient_text | bento_grid | card | marquee"
"Available components: avatar | glow_button | code_snippet | hero | gradient_text | bento_grid | card | marquee | sound_effect"
end)

Mix.Tasks.Bloom.Install.run(["nonexistent_component"])
Expand All @@ -52,7 +52,7 @@ defmodule Mix.Tasks.Bloom.InstallTest do

expect(ShellMock, :info, fn msg ->
assert msg ==
"Available components: avatar | glow_button | code_snippet | hero | gradient_text | bento_grid | card | marquee"
"Available components: avatar | glow_button | code_snippet | hero | gradient_text | bento_grid | card | marquee | sound_effect"
end)

Mix.Tasks.Bloom.Install.run([])
Expand Down

0 comments on commit 2bc1f8a

Please sign in to comment.