Update zkutil_test_multi_exception.cpp

This commit is contained in:
alexey-milovidov 2017-08-10 05:43:24 +03:00
parent e44614d017
commit 1626637a89

View File

@ -108,4 +108,4 @@ TEST(zkutil, multi_async)
ASSERT_EQ(res.results->size(), 2);
ASSERT_EQ(res.ops_ptr->size(), 2);
}
}
}