Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Borsa <borsa.dado@gmail.com>
  • Loading branch information
edborsa committed Dec 13, 2023
1 parent 3e97dfe commit d4c42aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/beacon/types/site_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Beacon.Types.SiteTest do
assert Site.load("site") == {:ok, :site}
assert Site.load(0) == :error
end

describe "valid_name?/1" do
test "SUCCESS: Return TRUE if it is a valid name" do
assert Site.valid_name?("some_name")
Expand All @@ -32,4 +32,5 @@ defmodule Beacon.Types.SiteTest do
test "SUCCESS: Return FALSE if it is an invalid name" do
refute Site.valid_name?("beacon_some_name")
end
end
end

0 comments on commit d4c42aa

Please sign in to comment.