From 191ceb80f19df5a6a93c58655a94cc61a22c7dc6 Mon Sep 17 00:00:00 2001 From: Nathan Villaescusa Date: Thu, 2 May 2024 17:13:20 -0700 Subject: [PATCH] Rename test --- lib/destination/dml/columns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/destination/dml/columns_test.go b/lib/destination/dml/columns_test.go index bf25afdcd..b6ddeb7cf 100644 --- a/lib/destination/dml/columns_test.go +++ b/lib/destination/dml/columns_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/assert" ) -func TestColumnsUpdateQuery(t *testing.T) { +func TestUpdateQuery(t *testing.T) { type testCase struct { name string columns columns.Columns