diff options
Diffstat (limited to 'test_utils/src/lib.rs')
| -rw-r--r-- | test_utils/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index ba9d30c..2825eaa 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs | |||
| @@ -101,7 +101,8 @@ pub static TEST_KEY_2_NSEC: &str = | |||
| 101 | "nsec1ypglg6nj6ep0g2qmyfqcv2al502gje3jvpwye6mthmkvj93tqkesknv6qm"; | 101 | "nsec1ypglg6nj6ep0g2qmyfqcv2al502gje3jvpwye6mthmkvj93tqkesknv6qm"; |
| 102 | pub static TEST_KEY_2_NPUB: &str = | 102 | pub static TEST_KEY_2_NPUB: &str = |
| 103 | "npub1h2yz2eh0798nh25hvypenrz995nla9dktfuk565ljf3ghnkhdljsul834e"; | 103 | "npub1h2yz2eh0798nh25hvypenrz995nla9dktfuk565ljf3ghnkhdljsul834e"; |
| 104 | 104 | pub static TEST_KEY_2_PUBKEY_HEX: &str = | |
| 105 | "ba882566eff14f3baa976103998c452d27fe95b65a796a6a9f92628bced76fe5"; | ||
| 105 | pub static TEST_KEY_2_DISPLAY_NAME: &str = "carole"; | 106 | pub static TEST_KEY_2_DISPLAY_NAME: &str = "carole"; |
| 106 | pub static TEST_KEY_2_ENCRYPTED: &str = "...2"; | 107 | pub static TEST_KEY_2_ENCRYPTED: &str = "...2"; |
| 107 | pub static TEST_KEY_2_KEYS: Lazy<nostr::Keys> = | 108 | pub static TEST_KEY_2_KEYS: Lazy<nostr::Keys> = |