Skip to content

Commit

Permalink
test: drop a superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
whot authored and GeorgesStavracas committed Aug 30, 2022
1 parent eef818e commit 753fba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,5 @@ def check_version(self, expected_version):
portal_version = properties_intf.Get(self.INTERFACE_NAME, "version")
assert int(portal_version) == expected_version
except dbus.exceptions.DBusException as e:
logger.critical(e);
logger.critical(e)
assert e is None, str(e)

0 comments on commit 753fba1

Please sign in to comment.