diff --git a/Tests.st b/Tests.st index 472f832..093aa44 100644 --- a/Tests.st +++ b/Tests.st @@ -240,8 +240,8 @@ TestCase subclass: MessageBufferTest [ ] ] -TestCase subclass: M2UATests [ - +TestCase subclass: M2UAMSGTests [ + testUnique [ "This should have some sanity checks on the enum" diff --git a/package.xml b/package.xml index 1ec1838..8bb01ab 100644 --- a/package.xml +++ b/package.xml @@ -38,7 +38,7 @@ Osmo.IPAGSTTests Osmo.IPAMsgTests Osmo.MessageBufferTest - Osmo.M2UATests + Osmo.M2UAMSGTests Osmo.ISUPGeneratedTest Osmo.OsmoUDPSocketTest Osmo.TLVDescriptionTest