agent/local: address remaining test feedback

This commit is contained in:
Mitchell Hashimoto 2018-07-19 14:20:50 -05:00
parent 9f128e40d6
commit 8c72bb0cdf
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 2 additions and 2 deletions

View File

@ -1637,7 +1637,7 @@ func TestAgent_AliasCheck(t *testing.T) {
case <-notifyCh: case <-notifyCh:
t.Fatal("notify received") t.Fatal("notify received")
case <-time.After(50 * time.Millisecond): default:
} }
// Update other check and verify we do not get notified // Update other check and verify we do not get notified
@ -1646,7 +1646,7 @@ func TestAgent_AliasCheck(t *testing.T) {
case <-notifyCh: case <-notifyCh:
t.Fatal("notify received") t.Fatal("notify received")
case <-time.After(50 * time.Millisecond): default:
} }
// Update change and verify we get notified // Update change and verify we get notified