Skip to content

Commit

Permalink
Change url in GoverApiTest >>testRepositoryErrors
Browse files Browse the repository at this point in the history
The pharo-project.org is not always reponsive,  use google instead
  • Loading branch information
kasperosterbye committed Dec 11, 2019
1 parent a244476 commit 4ce4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gofer-Tests/GoferApiTest.class.st
Expand Up @@ -170,7 +170,7 @@ GoferApiTest >> testRenggli [
{ #category : #'tests - repositories - options' }
GoferApiTest >> testRepositoryErrors [
gofer
url: 'http://pharo-project.org/page-that-will-never-ever-exist';
url: 'http://google.com/pharo_official_language_for_android';
repository: self monticelloRepository.
gofer package: 'GoferFoo'.
gofer enableRepositoryErrors.
Expand Down

0 comments on commit 4ce4a6e

Please sign in to comment.