Fix test error

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-09-10 07:42:17 +01:00
parent d8b840ca5c
commit 974e6067d8
3 changed files with 94 additions and 96 deletions

View File

@@ -337,7 +337,7 @@ public:
{
if (!hasMessageParams_)
{
writer().writeKey("Data");
writer().writeKey("Dt");
writer().startObject();
hasMessageParams_ = true;
}