Skip to content

Commit 0f1e28a

Browse files
still tinkering
1 parent d8426c3 commit 0f1e28a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/pkg/agent/application/coordinator/coordinator_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,13 @@ func TestComponentUpdateDiff(t *testing.T) {
280280
})
281281

282282
}
283-
283+
err = logp.Sync()
284+
require.NoError(t, err)
284285
err = logp.Configure(logp.Config{
285286
ToStderr: true,
286287
})
287288
require.NoError(t, err)
288289

289-
err = logp.Sync()
290-
require.NoError(t, err)
291-
292290
}
293291

294292
func mustNewStruct(t *testing.T, v map[string]interface{}) *structpb.Struct {

0 commit comments

Comments
 (0)