commit | 86a3761f8f3bdbc1a13d370563b2ac63e09f3f7f | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Wed Jun 18 11:26:11 2014 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 14:52:38 2015 +0100 |
tree | 3271138110ab18b7c09b11df9455fe8253b3148b | |
parent | 19bbda61a647698d4654b4a7121bc93b5b0e32f7 [diff] [blame] |
tests: don't store the return of plot_cluster_load()
diff --git a/tests/test_power.py b/tests/test_power.py index f9cac68..ddd0c01 100644 --- a/tests/test_power.py +++ b/tests/test_power.py
@@ -28,4 +28,4 @@ def test_inpower_plot_cluster_load(self): """Test that InPower.plot_cluster_load() doesn't explode""" - df = InPower().plot_cluster_load(0) + InPower().plot_cluster_load(0)