diff --git a/source/node_test.go b/source/node_test.go index bce87a278..9e4471851 100644 --- a/source/node_test.go +++ b/source/node_test.go @@ -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) }