mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/api/http: Add comment about missing test
This commit is contained in:
parent
221188af08
commit
661591e0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -218,8 +218,8 @@ func TestBzzResource(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBzzGetPath(t *testing.T) {
|
func TestBzzGetPath(t *testing.T) {
|
||||||
|
// TODO: add encrypted test case
|
||||||
testBzzGetPath(false, t)
|
testBzzGetPath(false, t)
|
||||||
// testBzzGetPath(true, t)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func testBzzGetPath(encrypted bool, t *testing.T) {
|
func testBzzGetPath(encrypted bool, t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue