remove obsolete comment

This commit is contained in:
Reinier Schoof 2019-10-25 16:00:38 +02:00
parent b6ec8557ae
commit 5667d0b14e

View File

@ -12,8 +12,6 @@ import (
)
func TestNodeSource(t *testing.T) {
//suite.Run(t, new(ServiceSuite))
//t.Run("Interface", testServiceSourceImplementsSource)
t.Run("NewNodeSource", testNodeSourceNewNodeSource)
t.Run("Endpoints", testNodeSourceEndpoints)
}