Skip to content

Commit

Permalink
Merge 3dc125f
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Sep 14, 2023
2 parents 34bcd6b + 3dc125f commit 25b460a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/SnapDump-Core-Tests/SDCoreTests.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SDCoreTests >> testRemoveSnapshot [

| snapshot |
snapshot := self roundtripSnapshot.
self assert: snapshot className equals: 'Object'.
self assert: snapshot className equals: 'ByteString'.
self
shouldnt: [ snapshot remove ]
raise: Error.
Expand All @@ -177,7 +177,7 @@ SDCoreTests >> testRemoveSnapshot [
SDCoreTests >> testRemoveVersion [
| snapshot |
snapshot := self roundtripSnapshot.
self assert: snapshot className equals: 'Object'.
self assert: snapshot className equals: 'ByteString'.
snapshot version remove.
self assert: client projects isEmpty
]
Expand Down Expand Up @@ -205,7 +205,7 @@ SDCoreTests >> testSnapshot [

| snapshot |
snapshot := self roundtripSnapshot.
self assert: snapshot className equals: 'Object'
self assert: snapshot className equals: 'ByteString'
]

{ #category : #tests }
Expand Down

0 comments on commit 25b460a

Please sign in to comment.