Skip to content

Commit a065b78

Browse files
committed
Remove focused test
1 parent 39e5e7f commit a065b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/syntax/atom_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
end
3232
end
3333

34-
it '`:atom =>` style keyword used as an atom', focus: true do
34+
it '`:atom =>` style keyword used as an atom' do
3535
KEYWORDS.each do |kw|
3636
expect(<<~EOF).to include_elixir_syntax('elixirAtom', kw), "expected #{kw} to be an elixirAtom"
3737
defmodule XmlElement do

0 commit comments

Comments
 (0)