From 963d7e4623735a7cf02e57d85dc3e042bcf502c1 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 16 Mar 2014 21:04:57 -0700 Subject: [PATCH] fix(omaha): fixup Oem test after change I forgot to run the tests after making the change to OEM. Fix. --- omaha/omaha_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omaha/omaha_test.go b/omaha/omaha_test.go index 2cecac8..9eb792d 100644 --- a/omaha/omaha_test.go +++ b/omaha/omaha_test.go @@ -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") }