mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:17:50 +01:00
Fixes Benchmark tests
This commit is contained in:
@@ -36,14 +36,14 @@ class GiftWrapReceivingBenchmark {
|
||||
return ChatMessageEvent.create(
|
||||
msg = "Hi there! This is a test message",
|
||||
to = to,
|
||||
privateKey = sender.privKey!!,
|
||||
subject = "Party Tonight",
|
||||
replyTos = emptyList(),
|
||||
mentions = emptyList(),
|
||||
zapReceiver = null,
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null
|
||||
geohash = null,
|
||||
keyPair = sender
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -35,14 +35,14 @@ class GiftWrapSigningBenchmark {
|
||||
return ChatMessageEvent.create(
|
||||
msg = "Hi there! This is a test message",
|
||||
to = to,
|
||||
privateKey = sender.privKey!!,
|
||||
subject = "Party Tonight",
|
||||
replyTos = emptyList(),
|
||||
mentions = emptyList(),
|
||||
zapReceiver = null,
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null
|
||||
geohash = null,
|
||||
keyPair = sender
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user