chore: improve assertions / coverage
This commit is contained in:
parent
0bdd3dfef8
commit
7d1910919c
3 changed files with 66 additions and 31 deletions
|
@ -13,8 +13,8 @@ func TestClient_PollItem(t *testing.T) {
|
|||
|
||||
f, ctx := newFixture(t)
|
||||
|
||||
pk := randomKey()
|
||||
sk := randomKey()
|
||||
pk := randomPk()
|
||||
sk := randomSk()
|
||||
|
||||
err := f.cli.InsertItem(ctx, f.bucket, pk, sk, "", []byte("hello1"))
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue