Skip to content

Commit

Permalink
Issue #75: remove some unused method temps
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 8, 2022
1 parent 553c2fc commit f4dc218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FileSystem-Tests-Core/FileReferenceTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ FileReferenceTest >> testReadStreamIfAbsent [
{ #category : 'tests' }
FileReferenceTest >> testRelativeTo [

| alpha beta reference path result |
| alpha beta |
alpha := sandbox / 'alpha'.
beta := alpha / 'beta'.
self
Expand Down Expand Up @@ -1326,7 +1326,7 @@ FileReferenceTest >> testWithExtension [
{ #category : 'tests' }
FileReferenceTest >> testWithoutExtension [

| reference result |
| reference |
reference := sandbox / 'alpha.beta.gamma'.
reference := reference withoutExtension.
self
Expand Down

0 comments on commit f4dc218

Please sign in to comment.