Index: update_attempter_unittest.cc |
diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc |
index 0a02d1cc9e68c7334e36e58c77623defaa77f593..ed585729920f0b5c10db102e6e588cfe69e9eae5 100644 |
--- a/update_attempter_unittest.cc |
+++ b/update_attempter_unittest.cc |
@@ -20,7 +20,7 @@ using testing::Return; |
namespace chromeos_update_engine { |
// Test a subclass rather than the main class directly so that we can mock out |
-// methods within the class. There're explicit unit test for the mocked out |
+// methods within the class. There're explicit unit tests for the mocked out |
// methods. |
class UpdateAttempterUnderTest : public UpdateAttempter { |
public: |
@@ -52,7 +52,7 @@ class UpdateAttempterTest : public ::testing::Test { |
ActionProcessorMock* processor_; |
}; |
-TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { |
+TEST_F(UpdateAttempterTest, RunAsRootConstructWithUpdatedMarkerTest) { |
extern const char* kUpdateCompletedMarker; |
const FilePath kMarker(kUpdateCompletedMarker); |
EXPECT_EQ(0, file_util::WriteFile(kMarker, "", 0)); |