Skip to content

Commit 95693ac

Browse files
committed
test changes
1 parent 6fcc77d commit 95693ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/ArrayCoreTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ TEST(ArrayCore, show3ChartsWithHoldOn) {
288288
vector<double> vec1 = {1, 2, 3, 4, 5, 6, 7};
289289
vector<double> vec2 = {2, 4, 6, 8, 10};
290290
dv::holdOn();
291-
bool v1 = dv::show(vec1, "titleHoldOn1");
292-
bool v2 = dv::show(vec2, "titleHoldOn2");
291+
bool v1 = dv::show(vec1, "chart 1");
292+
bool v2 = dv::show(vec2, "chart 2");
293293

294294
vector<vector<double>> values;
295295
vector<double> vecX = {5, 20, 21, 22, 50};
@@ -300,7 +300,7 @@ TEST(ArrayCore, show3ChartsWithHoldOn) {
300300
config.chart.title = "ChartXY";
301301
config.chart.xLabel = "xLabel";
302302
config.chart.yLabel = "yLabel";
303-
bool v3 = dv::show(values, "showChartXY_ContainerOfContainers", config);
303+
bool v3 = dv::show(values, "chart 3", config);
304304

305305
dv::holdOff();
306306

0 commit comments

Comments
 (0)