feat: testing key apis

This commit is contained in:
0x330a
2023-08-29 16:51:21 +10:00
parent 980b838ea0
commit 0692768f97

View File

@@ -614,6 +614,8 @@ class InstrumentedTests {
info = infoConf,
members = memberConf
)
assertThat(keys.pendingKey(), notNullValue())
}
}