diff options
Diffstat (limited to 'swarm/api/client/client_test.go')
-rw-r--r-- | swarm/api/client/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/client/client_test.go b/swarm/api/client/client_test.go index 02980de1d..c6ad0237b 100644 --- a/swarm/api/client/client_test.go +++ b/swarm/api/client/client_test.go @@ -508,7 +508,7 @@ func TestClientCreateUpdateResource(t *testing.T) { // now try retrieving resource without a manifest - view := &mru.View{ + view := &mru.Feed{ Topic: topic, User: signer.Address(), } |