mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 17:44:20 +01:00
fix: comment punctuation and shutdown of ticker
This commit is contained in:
@@ -186,7 +186,8 @@ func setupAperture(t *testing.T) {
|
||||
}
|
||||
aperture := NewAperture(apertureCfg)
|
||||
errChan := make(chan error)
|
||||
require.NoError(t, aperture.Start(errChan))
|
||||
shutdown := make(chan struct{})
|
||||
require.NoError(t, aperture.Start(errChan, shutdown))
|
||||
|
||||
// Any error while starting?
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user