Skip to content
Snippets Groups Projects
Commit cf6cfe0a authored by Sebastien ANDRE's avatar Sebastien ANDRE
Browse files

Merge branch 'fix_master' into 'master'

Fix master

See merge request !5160
parents ae64742c 215996b0
1 merge request!5160Fix master
Pipeline #47731 failed with stage
in 45 seconds
......@@ -240,7 +240,7 @@ class IndexControllerWithGitTest extends Admin_IndexControllerTestCase
$this->_next_version = BOKEH_MAJOR_VERSION
. '.' . BOKEH_MINOR_VERSION
. '.' . (BOKEH_PATCH_VERSION + 1)
. BOKEH_NAMED_VERSION;
. '-' . BOKEH_NAMED_VERSION;
$mock_http = $this->mock()
->whenCalled('open_url')
......
......@@ -35,7 +35,7 @@ class BokehVersionTest extends ModelTestCase
$this->_next_version = BOKEH_MAJOR_VERSION
. '.' . BOKEH_MINOR_VERSION
. '.' . (BOKEH_PATCH_VERSION + 1)
. BOKEH_NAMED_VERSION;
. '-' . BOKEH_NAMED_VERSION;
$this->_mock_http = $this->mock()
->whenCalled('open_url')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment