Skip to content

Commit

Permalink
Add correct pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Nov 30, 2024
1 parent 48aabc0 commit 7ae06b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions __tests__/adbClient/listFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ feature:two=two
feature:three=false
feature:four=true
feature:five=null
feature:six`,
feature:six=`,
raw: true
}
}
Expand Down Expand Up @@ -48,7 +48,7 @@ feature:two=two
feature:three=false
feature:four=true
feature:five=null
feature:six`,
feature:six=`,
raw: true
}
}
Expand Down Expand Up @@ -95,7 +95,7 @@ feature:six`,
feature:three=false
feature:four=true
feature:five=null
feature:six`,
feature:six=`,
raw: true
}
}
Expand Down
2 changes: 1 addition & 1 deletion __tests__/device/listFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ feature:two=two
feature:three=false
feature:four=true
feature:five=null
feature:six`,
feature:six=`,
raw: true
}
}
Expand Down

0 comments on commit 7ae06b6

Please sign in to comment.