Description: Ensure font tests use Liberation Sans
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-10
---
--- a/tests/test_text.py
+++ b/tests/test_text.py
@@ -23,7 +23,7 @@
     assert t.align == None
     assert t.size == 12
     assert t.text_color == "black"
-    assert (t.font == "Arial" or t.font == "Nimbus Sans L") 
+    assert (t.font == "Arial" or t.font == "Liberation Sans") 
     assert t.value == ""
     a.destroy() 
 
@@ -140,4 +140,4 @@
 def test_inherited_properties():
     a = App()
     inherited_properties_test(a, lambda: Text(a), True)
-    a.destroy()
\ No newline at end of file
+    a.destroy()
