From 48959ab84c502eeb63173d1ca6ffdc3ed2a1eccd Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 14 Jun 2019 09:48:21 -0500 Subject: [PATCH] Updating test name --- tests/regression_tests/plot_overlaps/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression_tests/plot_overlaps/test.py b/tests/regression_tests/plot_overlaps/test.py index bfaef019c..d8c0943cf 100644 --- a/tests/regression_tests/plot_overlaps/test.py +++ b/tests/regression_tests/plot_overlaps/test.py @@ -55,7 +55,7 @@ class PlotTestHarness(TestHarness): return outstr -def test_plot(): +def test_plot_overlap(): harness = PlotTestHarness(('plot_1.ppm', 'plot_2.ppm', 'plot_3.ppm', 'plot_4.h5')) harness.main()