@@ -18,7 +18,7 @@ import (
1818
1919type EventgridNamespaceTopicResource struct {}
2020
21- func TestAccEventgridNamespaceTopicResource_basic (t * testing.T ) {
21+ func TestAccEventgridNamespaceTopic_basic (t * testing.T ) {
2222 data := acceptance .BuildTestData (t , "azurerm_eventgrid_namespace_topic" , "test" )
2323 r := EventgridNamespaceTopicResource {}
2424
@@ -33,7 +33,7 @@ func TestAccEventgridNamespaceTopicResource_basic(t *testing.T) {
3333 })
3434}
3535
36- func TestAccEventgridNamespaceTopicResource_requiresImport (t * testing.T ) {
36+ func TestAccEventgridNamespaceTopic_requiresImport (t * testing.T ) {
3737 data := acceptance .BuildTestData (t , "azurerm_eventgrid_namespace_topic" , "test" )
3838 r := EventgridNamespaceTopicResource {}
3939
@@ -48,7 +48,7 @@ func TestAccEventgridNamespaceTopicResource_requiresImport(t *testing.T) {
4848 })
4949}
5050
51- func TestAccEventgridNamespaceTopicResource_complete (t * testing.T ) {
51+ func TestAccEventgridNamespaceTopic_complete (t * testing.T ) {
5252 data := acceptance .BuildTestData (t , "azurerm_eventgrid_namespace_topic" , "test" )
5353 r := EventgridNamespaceTopicResource {}
5454
@@ -63,7 +63,7 @@ func TestAccEventgridNamespaceTopicResource_complete(t *testing.T) {
6363 })
6464}
6565
66- func TestAccEventgridNamespaceTopicResource_update (t * testing.T ) {
66+ func TestAccEventgridNamespaceTopic_update (t * testing.T ) {
6767 data := acceptance .BuildTestData (t , "azurerm_eventgrid_namespace_topic" , "test" )
6868 r := EventgridNamespaceTopicResource {}
6969
0 commit comments