Skip to content

Commit 688ffa9

Browse files
committed
CI fixes
1 parent 3596b61 commit 688ffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SerialIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5266,7 +5266,7 @@ void serial_iterator(std::string const &file)
52665266
constexpr Extent::value_type extent = 1000;
52675267
{
52685268
Series writeSeries(
5269-
file, Access::CREATE, "rank_table = \"posix_hostname\"");
5269+
file, Access::CREATE, R"({"rank_table": "posix_hostname"})");
52705270
auto iterations = writeSeries.writeIterations();
52715271
for (size_t i = 0; i < 10; ++i)
52725272
{

0 commit comments

Comments
 (0)