Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 1, 2019
1 parent 1164d20 commit e9fbe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsbinarywidget.py
Expand Up @@ -62,7 +62,7 @@ def testValue(self):
self.assertEqual(widget.value(), bin_val2)

widget.setValue(NULL)
self.assertEqual(widget.value(), NULL)
self.assertEqual(widget.value(), QByteArray())


if __name__ == '__main__':
Expand Down

0 comments on commit e9fbe3a

Please sign in to comment.