Skip to content

Commit

Permalink
Merge pull request #3772 from astares/3771-Small-cleanup-in-GoferOper…
Browse files Browse the repository at this point in the history
…ationTest

Small cleanup in GoferOperationTest
  • Loading branch information
MarcusDenker committed Jul 5, 2019
2 parents 5f2d114 + c023183 commit ceb2d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gofer-Tests/GoferOperationTest.class.st
Expand Up @@ -105,7 +105,7 @@ GoferOperationTest >> testLocalChanges [
load.
(Smalltalk globals classNamed: #GoferBar) compile: 'foo'.
changes := gofer localChanges.
self assert: changes operations size = 1
self assert: changes operations size equals: 1
]

{ #category : #tests }
Expand Down

0 comments on commit ceb2d3c

Please sign in to comment.