Merge pull request #12 from philips/master

fix(omaha): fixup Oem test after change
This commit is contained in:
Brandon Philips 2014-03-16 21:05:47 -07:00
commit b55bf960be

View file

@ -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")
}