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 [