Skip to content

Commit

Permalink
Fix failing Windows build due to incorrect variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne authored and sharanyad committed Aug 22, 2018
1 parent 25cc0e8 commit 6ab4e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/api/task/task_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ func TestCPUPercentBasedOnUnboundedEnabled(t *testing.T) {
CPU: uint(tc.cpu),
},
},
platformFields: platformFields{
cpuUnbounded: tc.cpuUnbounded,
PlatformFields: PlatformFields{
CpuUnbounded: tc.cpuUnbounded,
},
}

Expand Down

0 comments on commit 6ab4e3b

Please sign in to comment.