This commit is contained in:
Brian Camacho
2024-11-17 02:48:14 -05:00
parent 976941bd2f
commit 7bbc7305e8

View File

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