diff --git a/model/converter/thrift/zipkin/to_domain_test.go b/model/converter/thrift/zipkin/to_domain_test.go index a71846a534e..7aa392f72cf 100644 --- a/model/converter/thrift/zipkin/to_domain_test.go +++ b/model/converter/thrift/zipkin/to_domain_test.go @@ -157,7 +157,7 @@ func TestInvalidAnnotationTypeError(t *testing.T) { require.EqualError(t, err, "unknown zipkin annotation type: -1") } -// TestZipkinEncoding is just for reference to explain the base64 strings +// TestValidateBase64Values is just for reference to explain the base64 strings // used in zipkin_03.json and jaeger_03.json fixtures func TestValidateBase64Values(t *testing.T) { numberToBase64 := func(num any) string { diff --git a/plugin/storage/integration/integration.go b/plugin/storage/integration/integration.go index 09bb5114cf2..039db8829ac 100644 --- a/plugin/storage/integration/integration.go +++ b/plugin/storage/integration/integration.go @@ -543,7 +543,7 @@ func (s *StorageIntegration) RunAll(t *testing.T) { t.Run("GetLatestProbability", s.testGetLatestProbability) } -// RunTestSpanstore runs only span related integration tests +// RunSpanStoreTests runs only span related integration tests func (s *StorageIntegration) RunSpanStoreTests(t *testing.T) { t.Run("GetServices", s.testGetServices) t.Run("GetOperations", s.testGetOperations)