aboutsummaryrefslogtreecommitdiff
path: root/tests/test_plotter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_plotter.py')
-rw-r--r--tests/test_plotter.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_plotter.py b/tests/test_plotter.py
index 8a83a09..a2a17f5 100644
--- a/tests/test_plotter.py
+++ b/tests/test_plotter.py
@@ -269,9 +269,7 @@ class TestILinePlotter(unittest.TestCase):
dfr = pd.DataFrame([0, 1, 2, 3], columns=["a"])
iplot = trappy.ILinePlot(dfr, column=["a"])
- s = pd.Series()
- s["s1"] = s1
- s["s2"] = s2
+ s = {"s1": s1, "s2": s2}
merged = iplot._fix_indexes(s)
expected_index = index1 + index2