Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 20, 2019
1 parent fa7c1a2 commit 7ad7f64
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_level4/test_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ def test_lang_missing_range(self):
flags=util.HTML
)

def test_lang_missing_range(self):
"""Test language range with a missing range."""

# Implicit wild
self.assert_selector(
self.MARKUP,
"p:lang(de--DE)",
[],
flags=util.HTML
)

def test_explicit_wildcard(self):
"""Test language with explicit wildcard (same as implicit)."""

Expand Down

0 comments on commit 7ad7f64

Please sign in to comment.