Commit 0d8179a1 authored by Joel Hockey's avatar Joel Hockey Committed by Chromium LUCI CQ

Fix stil-exists message

Change-Id: I8354cae8082dea4257ba607a65957688557b3d5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573397Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833508}
parent b8033403
......@@ -265,7 +265,7 @@ class RemoteCall {
const elements =
await this.callRemoteTestUtil('deepQueryAllElements', appId, [query]);
if (elements.length > 0) {
return pending(caller, 'Elements %j is still exists.', elements);
return pending(caller, 'Elements %j still exists.', elements);
}
return true;
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment