From 2994a8e1e93ea789426ccf2b8c1d912855a78daa Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 12 Jun 2016 16:56:18 +0200 Subject: Update tests --- test/test_theming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_theming.py') diff --git a/test/test_theming.py b/test/test_theming.py index b59560b7..40d1ab42 100644 --- a/test/test_theming.py +++ b/test/test_theming.py @@ -10,7 +10,7 @@ from theming import dump_tuple, read_tuple def test_read_tuple(): assert read_tuple('1,-1,u') == ((1, -1), 'u') - assert read_tuple('1,2') == ((1, 2), None) + assert read_tuple('1,2') == ((1, 2), '\0') with pytest.raises(IndexError): read_tuple('1') -- cgit v1.2.3