Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 1, 2023
1 parent 8a59b28 commit bee6081
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ ZnRequestHyperspaceExtensionsTest >> testIfNoneMatch [
ZnRequestHyperspaceExtensionsTest >> testQuery [

| request output |

request := ZnRequest query: self googleUrl / 'search'.

self assert: request method equals: 'QUERY'.
self assert: request method equals: #QUERY.
output := String streamContents: [ :s | request writeOn: s ].

self
Expand Down

0 comments on commit bee6081

Please sign in to comment.