Fix aggregator test comment
This commit is contained in:
parent
ea8642e2a1
commit
c53033a778
1 changed files with 1 additions and 1 deletions
|
@ -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"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue