Skip to content

Commit

Permalink
remove #testNotFoundSlotRaiseExplicitError
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jul 6, 2020
1 parent 69d1c79 commit 159d3ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Slot-Tests/SlotTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ SlotTest >> testIsWrittenInMethod [
self assert: ((self class slotNamed: #ivarForTesting) isWrittenIn: self class >> testSelector)
]

{ #category : #'tests - misc' }
SlotTest >> testNotFoundSlotRaiseExplicitError [
"When a slot is not present in the image, we will try to build the slot with nil. In that case we should return an error."

self should: [ #test => nil ] raise: SlotNotFound
]

{ #category : #'tests - read/write' }
SlotTest >> testNotReadInMethod [

Expand Down

0 comments on commit 159d3ae

Please sign in to comment.