Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jun 28, 2023
1 parent 8b7b1cf commit 06b975e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/testbrowser/over_the_wire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ The browser can `open` web pages:

>>> browser.open('https://www.w3.org')
>>> print(browser.contents)
<!DOCTYPE html ...
...The World Wide Web Consortium (W3C) is an international community...
<!doctype html>
...<h1>Making the Web work</h1>...

0 comments on commit 06b975e

Please sign in to comment.