From 6b15a53cd3cd40880a5e2d38827d5fac10e4bb5f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 14 Apr 2018 08:00:54 -0700 Subject: [PATCH] Unit test for unlabelled foreign keys from #207 --- tests/test_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_html.py b/tests/test_html.py index 14b07fe2..15ab8d41 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -284,7 +284,7 @@ def test_table_html_foreign_key_links(app_client): '1', '1', 'hello\xa01', - '1' + '1' ] ] assert expected == [[str(td) for td in tr.select('td')] for tr in table.select('tbody tr')]