Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 18, 2024
1 parent 3cbf2ff commit f0e1095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ StringExtensionsTest >> testFormatWhenInvalid [
self
should: [ 'Invalid {1}' format: #( ) ] raise: SubscriptOutOfBounds;
should: [ 'Invalid {date}' format: #( 1 2 ) ] raise: Error;
should: [ '{ 1 }' format: #( 1 ) ] raise: Error;
should: [ '{ _1_ }' format: #( 1 ) ] raise: Error;
should: [ '{ date }' format: { 'date' -> 1 } asDictionary ] raise: NotFound
]

Expand Down

0 comments on commit f0e1095

Please sign in to comment.