Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Dec 18, 2024
1 parent c68a324 commit 6698e1f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,9 @@ FamixPythonProject1Test >> testFunctionSourceAnchor [

self assert: function sourceAnchor isNotNil.
self assert: function sourceText equals: ('def sort_list(list1, list2):
zipped_pairs = zip(list2, list1)
z = [x for _, x in sorted(zipped_pairs)]
return z' copyReplaceAll: String cr with: String lf)
zipped_pairs = zip(list2, list1)
z = [x for _, x in sorted(zipped_pairs)]
return z' copyReplaceAll: String cr with: String lf)
]

{ #category : 'tests - functions' }
Expand Down

0 comments on commit 6698e1f

Please sign in to comment.