Skip to content

Commit

Permalink
Remove unnecesary method
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanecek committed Jul 4, 2024
1 parent 8e52bce commit 5ccbc8e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [

Expand Down

0 comments on commit 5ccbc8e

Please sign in to comment.