From 5ccbc8ebaa22270b508c1d8a74a6e1433913f21c Mon Sep 17 00:00:00 2001 From: Juan Vanecek Date: Thu, 4 Jul 2024 10:18:46 -0300 Subject: [PATCH] Remove unnecesary method --- .../StargateApplicationTest.class.st | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/Stargate-API-Skeleton-Tests/StargateApplicationTest.class.st b/source/Stargate-API-Skeleton-Tests/StargateApplicationTest.class.st index def5a9e..62d827c 100644 --- a/source/Stargate-API-Skeleton-Tests/StargateApplicationTest.class.st +++ b/source/Stargate-API-Skeleton-Tests/StargateApplicationTest.class.st @@ -28,14 +28,6 @@ StargateApplicationTest >> assert: aString isExpectedIncomingSummaryWith: aReque expandMacrosWith: aRequestShortDescription ) ) ] -{ #category : 'private' } -StargateApplicationTest >> assert: aString isExpectedOutgoingSummaryWith: aRequestShortDescription [ - - self assert: ( aString matchesRegex: - ( '\d{4}-\d{2}-\d{2} \d{2}\:\d{2}\:\d{2} ((\d+) (\d+))? <1s> (\d+) (\d+)B (\d+)ms' - expandMacrosWith: aRequestShortDescription ) ) -] - { #category : 'private' } StargateApplicationTest >> assert: string isLineEndingInsensitiveEqualsTo: anotherString [