Skip to content

Commit

Permalink
Remove specific color from test
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Mar 21, 2019
1 parent 24b1650 commit 4cf9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/tests/test_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_css(self):
css = self.tc.get("/style.css").data
# def for knowls:
assert '*[knowl]' in css
assert 'border-bottom: 1px dotted grey;' in css
assert 'border-bottom: 1px dotted' in css

@unittest2.skip("Tests all url_maps, but fails at the moment because of other errors")
def test_url_map(self):
Expand Down

0 comments on commit 4cf9c9d

Please sign in to comment.