Skip to content

Commit cfb5ed2

Browse files
committed
backout simple tests
1 parent 65a1cd0 commit cfb5ed2

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

test/pa_ess/utilities_test.exs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,4 @@ defmodule Content.Audio.UtilitiesTest do
7878
assert ["1", "21012", "21000", "2"] = pad_takes(["1", "21012", "2"])
7979
assert ["1", "21000", "2", "21014"] = pad_takes(["1", "2", "21014"])
8080
end
81-
82-
describe "sign_length/1" do
83-
test "returns :short for stations with shorter signs" do
84-
assert :short = sign_length("SCOUSCU001")
85-
assert :short = sign_length("GAMOSCU001")
86-
assert :short = sign_length("GBABSCU001")
87-
end
88-
end
89-
90-
describe "max_text_length/1" do
91-
test "returns a smaller character count for stations with shorter signs" do
92-
short_width = 18
93-
assert ^short_width = max_text_length("SCOUSCU001")
94-
assert ^short_width = max_text_length("GAMOSCU001")
95-
assert ^short_width = max_text_length("GBABSCU001")
96-
end
97-
end
9881
end

0 commit comments

Comments
 (0)