Skip to content

Commit ab750a6

Browse files
committed
Rename test
1 parent a006f1e commit ab750a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FAST-Python-Tools-Tests/FASTPythonLocalResolverTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ x'.
3737
]
3838

3939
{ #category : 'tests' }
40-
FASTPythonLocalResolverTest >> testTwoAssignationsCreateOneVariable [
40+
FASTPythonLocalResolverTest >> testTwoAssignationsCreateOneDeclaration [
4141

4242
| assignment1 assignment2 assignedVariable usedVariable |
4343
self parseAndResolve: 'x = 1

0 commit comments

Comments
 (0)