We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1476b commit 88aad28Copy full SHA for 88aad28
extras/jsonrpc/daemon_test.go
@@ -305,6 +305,7 @@ func TestClient_Version(t *testing.T) {
305
}
306
307
func TestClient_GetFile(t *testing.T) {
308
+ _ = os.Setenv("BLOCKCHAIN_NAME", "lbrycrd_regtest")
309
d := NewClient("")
310
got, err := d.Get("lbry://test1559058649")
311
if err != nil {
@@ -326,6 +327,7 @@ func TestClient_FileList(t *testing.T) {
326
327
328
329
func TestClient_Resolve(t *testing.T) {
330
331
332
got, err := d.Resolve("test1559058649")
333
0 commit comments