chore: improve assertions / coverage

This commit is contained in:
Milas Bowman 2025-03-09 22:28:16 -04:00
parent 0bdd3dfef8
commit 7d1910919c
Signed by: milas
SSH key fingerprint: SHA256:ek2D5l1HA34B3wbdErz0QOXm1E46CVvyf/nM4Fwfx/U
3 changed files with 66 additions and 31 deletions

View file

@ -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)