AMQNET-637 Class name
diff --git a/test/Apache-NMS-AMQP-Test/Integration/ProducerDeliveryDelayTest.cs b/test/Apache-NMS-AMQP-Test/Integration/ProducerDeliveryDelayTest.cs
index 0287553..da66590 100644
--- a/test/Apache-NMS-AMQP-Test/Integration/ProducerDeliveryDelayTest.cs
+++ b/test/Apache-NMS-AMQP-Test/Integration/ProducerDeliveryDelayTest.cs
@@ -25,7 +25,7 @@
 namespace NMS.AMQP.Test.Integration
 {
     [TestFixture]
-    public class ProducerIntegrationTest2 : IntegrationTestFixture
+    public class ProducerDeliveryDelayTest : IntegrationTestFixture
     {
         [Test, Timeout(20_000)]
         public void TestDeliveryDelayNotSupportedThrowsException()