mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-30 11:34:26 -04:00
bazel tidy
This commit is contained in:
parent
3f51297db5
commit
5bcd295921
81 changed files with 430 additions and 429 deletions
|
@ -28,7 +28,7 @@ func TestGetDataKey(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
require := require.New(t)
|
||||
|
||||
log := slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil))
|
||||
log := slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil))
|
||||
|
||||
kms := &stubKMS{derivedKey: []byte{0x0, 0x1, 0x2, 0x3, 0x4, 0x5}}
|
||||
api := New(log, kms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue