X Tutup
Skip to content

Commit 5a570b8

Browse files
author
Johan Brichau
committed
Fix testNotPortableCollectionsRule
1 parent 09c5d67 commit 5a570b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/Grease-Tests-Slime.package/GRSlimeTest.class/instance/testNotPortableCollectionsRule.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ testNotPortableCollectionsRule
99
self
1010
runTransformation: GRNotPortableCollectionsRule
1111
changes: #(
12-
'beginsWith1 ''abc'' beginsWithSubCollection: ''a'''
13-
'endsWith1 ''abc'' endsWithSubCollection: ''a''')
12+
'beginsWith1 ''abc'' greaseBeginsWith: ''a'''
13+
'endsWith1 ''abc'' greaseEndsWith: ''a''')

0 commit comments

Comments
 (0)
X Tutup