test(ds): Add message ID

This commit is contained in:
ieQu1 2024-07-04 16:51:03 +02:00
parent d1b574a67e
commit dc4ae82798
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ topic_messages(TestCase, ClientId, N) ->
fun() ->
NBin = integer_to_binary(N),
Msg = #message{
id = <<N:128>>,
from = ClientId,
topic = client_topic(TestCase, ClientId),
timestamp = N * 100,