typo
This commit is contained in:
@@ -254,8 +254,6 @@ protected:
|
||||
// Test exact match pattern
|
||||
TEST_F(FetchAttributeTest, ExactMatch) {
|
||||
EXPECT_TRUE(fetch1.hasAttribute("litfile", "filter", "lfs"));
|
||||
EXPECT_TRUE(fetch1.hasAttribute("./litfile", "filter", "lfs"));
|
||||
EXPECT_TRUE(fetch1.hasAttribute("/litfile", "filter", "lfs"));
|
||||
EXPECT_FALSE(fetch1.hasAttribute("other", "filter", "lfs"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user