Skip to content

Commit

Permalink
Another test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-lowman-dd committed Mar 7, 2022
1 parent 4b520eb commit eaefa2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func TestLocalStoreSigners(t *testing.T) {

assert.Equal(t, []keys.Signer{aSigner1}, store.SignersForKeyIDs(a1KeyIDs))
assert.Equal(t, []keys.Signer{aSigner2}, store.SignersForKeyIDs(a2KeyIDs))
assert.ElementsMatch(t, []keys.Signer{aSigner1, aSigner2}, store.SignersForKeyIDs(append(a1KeyIDs, a2KeyIDs...)))
assert.Equal(t, []keys.Signer{bSigner}, store.SignersForKeyIDs(bKeyIDs))
})
}
Expand Down

0 comments on commit eaefa2e

Please sign in to comment.