Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Traun Leyden committed Apr 29, 2015
1 parent e2ee079 commit 256e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestSaveTrainTestDataImageData(t *testing.T) {
func testSaveTrainTestData(t *testing.T, assetName string, layerType LayerType) {

configuration := NewDefaultConfiguration()
configuration.CbfsUrl = "mock-blob-store"
configuration.CbfsUrl = "mock://mock"
solver := NewSolver(*configuration)
solver.DatasetId = "123"
solver.LayerType = layerType
Expand Down

0 comments on commit 256e81b

Please sign in to comment.