Merge pull request #12 from philips/master
fix(omaha): fixup Oem test after change
This commit is contained in:
commit
b55bf960be
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func TestOmahaRequestUpdateCheck(t *testing.T) {
|
|||
t.Error("Expected a Previous Boot Id")
|
||||
}
|
||||
|
||||
if v.Apps[0].Oem != "ec3000" {
|
||||
if v.Apps[0].OEM != "ec3000" {
|
||||
t.Error("Expected an OEM")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue