use a different relay for tests.

This commit is contained in:
fiatjaf
2022-12-25 16:01:31 -03:00
parent 8071e2f4fa
commit 39ea47660d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nostr-tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",

View File

@@ -9,7 +9,7 @@ const {
signEvent
} = require('./lib/nostr.cjs')
let relay = relayInit('wss://nostr-pub.semisol.dev/')
let relay = relayInit('wss://nostr-dev.wellorder.net/')
beforeAll(() => {
relay.connect()