| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| common.go | ||
| ipns_test.go | ||
| ipns_unix.go | ||
| link_unix.go | ||
| mount_unix.go |
This commit fixes the errors resulting from passing a nil pointer to the
core.NewNode function in TestExternalUnmmount and setupIpnsTest.
In the previous nil's place a &core.BuildCfg{} is now passed.
Both changes follow the same pattern:
```diff
- node, err = core.NewNode(context.Background(), nil)
+ node, err = core.NewNode(context.Background(), &core.BuildCfg{})
```
On branch go-test-fix
Changes to be committed:
modified: fuse/ipns/ipns_test.go
modified: fuse/node/mount_test.go
License: MIT
Signed-off-by:
Chris Buesser <christopher.buesser@gmail.com>
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| common.go | 正在载入提交数据... | |
| ipns_test.go | 正在载入提交数据... | |
| ipns_unix.go | 正在载入提交数据... | |
| link_unix.go | 正在载入提交数据... | |
| mount_unix.go | 正在载入提交数据... |