fix(omaha): fixup Oem test after change

I forgot to run the tests after making the change to OEM. Fix.
This commit is contained in:
Brandon Philips 2014-03-16 21:04:57 -07:00
parent 43f8a74b0f
commit 963d7e4623

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