Fix aggregator test comment

This commit is contained in:
Romain 2021-02-01 16:50:03 +01:00 committed by GitHub
parent ea8642e2a1
commit c53033a778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ func TestProviderAggregator_Provide(t *testing.T) {
errCh <- aggregator.Provide(cfgCh, pool)
}()
// Make sure the file provider is always called first, followed by the internal provider.
// Make sure the internal provider is always called first, followed by the file provider.
requireReceivedMessageFromProviders(t, cfgCh, []string{"internal"})
requireReceivedMessageFromProviders(t, cfgCh, []string{"file"})