Skip to content

Commit

Permalink
Correct typo on test description
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Nov 3, 2022
1 parent 3196d07 commit a937a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/trento/domain/cluster/cluster_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ defmodule Trento.ClusterTest do
)
end

test "should not change the the cluster aggregated health if discovery health is worst" do
test "should not change the the cluster aggregated health if discovery health is worse" do
cluster_id = Faker.UUID.v4()
selected_checks = Enum.map(0..4, fn _ -> Faker.Cat.name() end)

Expand Down Expand Up @@ -744,7 +744,7 @@ defmodule Trento.ClusterTest do
)
end

test "should not change the the cluster aggregated health if checks health is worst" do
test "should not change the the cluster aggregated health if checks health is worse" do
cluster_registered_event =
build(:cluster_registered_event, health: :passing, provider: :azure)

Expand Down

0 comments on commit a937a61

Please sign in to comment.