mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 09:42:07 +01:00
Fixes Benchmark tests
This commit is contained in:
parent
92a39c4305
commit
8fab00300a
@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user