Skip to content

Commit

Permalink
refactor: move test fixture in _fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jun 30, 2023
1 parent ada783a commit 846a38e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion tooling/ipns/ipns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestExtractPath(t *testing.T) {
}

func TestLoadIPNSRecord(t *testing.T) {
path := "../../fixtures/t0124/k51qzi5uqu5dh71qgwangrt6r0nd4094i88nsady6qgd1dhjcyfsaqmpp143ab.ipns-record"
path := "./_fixtures/k51qzi5uqu5dh71qgwangrt6r0nd4094i88nsady6qgd1dhjcyfsaqmpp143ab.ipns-record"
ipns, err := OpenIPNSRecordWithKey(path)

assert.Nil(t, err)
Expand Down

0 comments on commit 846a38e

Please sign in to comment.