summaryrefslogtreecommitdiff
path: root/test_plugin/tests/test.js
diff options
context:
space:
mode:
authorlinbingquan <695601626@qq.com>2021-01-26 22:20:26 +0800
committerGitHub <noreply@github.com>2021-01-26 15:20:26 +0100
commiteb30c6f510ba49fbabcd0121fde5159605eddd77 (patch)
tree2f62af87ebb6eaf2f3cbbef740b4cbc9609a4a8b /test_plugin/tests/test.js
parent06bd692e5c4a8f66960d3919e7087530b60c20dd (diff)
fix(test_plugin): Add README.md and make function use same data (#9128)
Diffstat (limited to 'test_plugin/tests/test.js')
-rw-r--r--test_plugin/tests/test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_plugin/tests/test.js b/test_plugin/tests/test.js
index f195c0928..90e6b43ca 100644
--- a/test_plugin/tests/test.js
+++ b/test_plugin/tests/test.js
@@ -53,6 +53,7 @@ function runTestAsync() {
testAsync,
new Uint8Array([116, 101, 115, 116]),
new Uint8Array([49, 50, 51]),
+ new Uint8Array([99, 98, 97]),
);
if (response != null || response != undefined) {