Skip to content

Commit

Permalink
Replace assert_accname with assert_contains
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Dec 18, 2020
1 parent f085c68 commit f4c06e3
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand All @@ -48,7 +48,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Tomato"
]
},
Expand All @@ -72,7 +72,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand Down Expand Up @@ -110,7 +110,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand All @@ -128,7 +128,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Tomato"
]
},
Expand All @@ -152,7 +152,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand Down Expand Up @@ -190,7 +190,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand All @@ -208,7 +208,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Tomato"
]
},
Expand All @@ -232,7 +232,7 @@
]
},
{
"assert_accname": [
"assert_contains": [
"Lettuce"
]
},
Expand Down

0 comments on commit f4c06e3

Please sign in to comment.