Dev (#6)
* refactor: rename package * fix: fix govet issues * fix: misspellings
This commit is contained in:
parent
2cbe4209a9
commit
ac05637658
7 changed files with 41 additions and 42 deletions
|
@ -416,7 +416,7 @@ func TestPublishId(t *testing.T) {
|
|||
}
|
||||
|
||||
if res.ShareId != mockPublicId {
|
||||
t.Fatalf("shadowId: mockId incorrect", res.ShareId, mockPublicId)
|
||||
t.Fatalf("shadowId: mockId incorrect %v %v", res.ShareId, mockPublicId)
|
||||
}
|
||||
|
||||
case httputil.MsgRes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue