Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jan 15, 2025
1 parent 3596b61 commit 688ffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5266,7 +5266,7 @@ void serial_iterator(std::string const &file)
constexpr Extent::value_type extent = 1000;
{
Series writeSeries(
file, Access::CREATE, "rank_table = \"posix_hostname\"");
file, Access::CREATE, R"({"rank_table": "posix_hostname"})");
auto iterations = writeSeries.writeIterations();
for (size_t i = 0; i < 10; ++i)
{
Expand Down

0 comments on commit 688ffa9

Please sign in to comment.