mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 07:22:40 -04:00
bazel tidy
This commit is contained in:
parent
3f51297db5
commit
5bcd295921
81 changed files with 430 additions and 429 deletions
|
@ -107,7 +107,7 @@ func TestWatcher(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
|
||||
watcher := &FileWatcher{
|
||||
log: slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)),
|
||||
log: slog.New(slog.NewTextHandler(logger.TestWriter{T: t}, nil)),
|
||||
updater: tc.updater,
|
||||
watcher: tc.watcher,
|
||||
done: make(chan struct{}, 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue