Skip to content

Commit

Permalink
Fix function call in LightTests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed Jun 12, 2017
1 parent b6849ff commit b059445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LightTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ class LightTests: XCTestCase {
}

private func newLight() -> Light {
return Light(id: "d3b2f2d97452", power: true, brightness: 0.5, color: Color.white(Color.defaultKelvin), productInformation: nil, label: "Lamp", connected: true, group: nil, location: nil, touchedAt: nil)
return Light(id: "d3b2f2d97452", power: true, brightness: 0.5, color: Color.white(Color.defaultKelvin), productInfo: nil, label: "Lamp", connected: true, group: nil, location: nil, touchedAt: nil)
}
}

0 comments on commit b059445

Please sign in to comment.