From 1f672edd6515cdbf1d7f4cc0ed0133172b3dfc5f Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Mon, 26 Feb 2024 12:54:48 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20crud=5Fs?= =?UTF-8?q?tarter=5Ftables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crud_starter/starter_tables/starter_tables_manual_test.go_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ b/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ index 7d3faf8..bfe1cff 100644 --- a/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ +++ b/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ @@ -13,7 +13,7 @@ func TestSetCrudManualInterface(t *testing.T) { SetCrudManualInterface(crud) // Test that the crud variable is set correctly - if employees.Crud_manual_LawsuitStatusType != crud { + if lawsuit_status_types.Crud_manual_LawsuitStatusType != crud { t.Errorf("Expected lawsuit_status_types.Crud_manual_LawsuitStatusType to be set to crud, but got %+v", lawsuit_status_types.Crud_manual_LawsuitStatusType) } }