Merge "use message in android.AssertStringMatches()" into main
This commit is contained in:
commit
b7a6720611
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ func AssertStringMatches(t *testing.T, message, s, expectedRex string) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !ok {
|
if !ok {
|
||||||
t.Errorf("%s does not match regular expression %s", s, expectedRex)
|
t.Errorf("%s: %s does not match regular expression %s", message, s, expectedRex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue