Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Apr 2, 2016
1 parent b747334 commit b0bcb4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/config_gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ func TestGenerateScheduleRunInputWithTestBlock(t *testing.T) {
}

func create(bytes []byte) *devicefarm.ScheduleRunInput {
deviceFarmConfig := createScheduleRunInput(client, config.Transform(bytes), "232323")
cf := config.Transform(bytes)
deviceFarmConfig := createScheduleRunInput(client, &cf, "232323")
fmt.Println(deviceFarmConfig.String())
return deviceFarmConfig
}

0 comments on commit b0bcb4a

Please sign in to comment.