diff --git a/pulsar/resource_pulsar_topic_test.go b/pulsar/resource_pulsar_topic_test.go
index 73be963..ba94148 100644
--- a/pulsar/resource_pulsar_topic_test.go
+++ b/pulsar/resource_pulsar_topic_test.go
@@ -105,7 +105,7 @@ func TestTopicNamespaceExternallyRemoved(t *testing.T) {
 		PreCheck:          func() { testAccPreCheck(t) },
 		ProviderFactories: testAccProviderFactories,
 		IDRefreshName:     resourceName,
-		CheckDestroy:      testPulsarNamespaceDestroy,
+		CheckDestroy:      testPulsarTopicDestroy,
 		Steps: []resource.TestStep{
 			{
 				Config: testPulsarNamespaceWithTopic(testWebServiceURL, cName, tName, nsName, topicName),