Skip to content

Commit

Permalink
Fix typo in AthensCairoSVGSurfaceExportTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 26, 2020
1 parent e597b2e commit d036e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,5 +6,5 @@ Class {

{ #category : #tests }
AthensCairoSVGSurfaceExportTest >> athensSurfaceClass [
^ AthensCairoPDFSurface
^ AthensCairoSVGSurface
]
Expand Up @@ -64,7 +64,7 @@ AthensCairoSurfaceExportTest >> testExportBoxes [
Smalltalk garbageCollect.

self assert: self fileReference exists.
self assert: self fileReference size > 500.
self assert: self fileReference size > 400.
]

{ #category : #tests }
Expand Down

0 comments on commit d036e77

Please sign in to comment.