mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
typo
This commit is contained in:
parent
976941bd2f
commit
7bbc7305e8
1 changed files with 0 additions and 2 deletions
|
@ -254,8 +254,6 @@ protected:
|
||||||
// Test exact match pattern
|
// Test exact match pattern
|
||||||
TEST_F(FetchAttributeTest, ExactMatch) {
|
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_TRUE(fetch1.hasAttribute("/litfile", "filter", "lfs"));
|
|
||||||
EXPECT_FALSE(fetch1.hasAttribute("other", "filter", "lfs"));
|
EXPECT_FALSE(fetch1.hasAttribute("other", "filter", "lfs"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue