Skip to content

Commit

Permalink
Modified ModelTypeTest.EncryptableUserTypes test to check History type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Oct 12, 2023
1 parent 577c76f commit 0ba403c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chromium_src/components/sync/base/model_type_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace {

TEST_F(ModelTypeTest, EncryptableUserTypes) {
EXPECT_TRUE(EncryptableUserTypes().Has(DEVICE_INFO));
EXPECT_TRUE(EncryptableUserTypes().Has(HISTORY));
}

TEST_F(ModelTypeTest, LowPriorityUserTypes) {
Expand Down

0 comments on commit 0ba403c

Please sign in to comment.