Fix module name.
Build & Test / Main (push) Successful in 1m20s

This commit is contained in:
sam
2024-03-19 14:29:37 -07:00
parent d272b70659
commit 83fd89446d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"encoding/json"
"testing"
"code.humancabbage.net/moonmath/bitcoinity"
"code.humancabbage.net/sam/moonmath/bitcoinity"
)
func TestUnmarshalGetTickerResponse(t *testing.T) {