diff options
author | linbingquan <695601626@qq.com> | 2021-01-26 22:20:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 15:20:26 +0100 |
commit | eb30c6f510ba49fbabcd0121fde5159605eddd77 (patch) | |
tree | 2f62af87ebb6eaf2f3cbbef740b4cbc9609a4a8b /test_plugin/tests/test.js | |
parent | 06bd692e5c4a8f66960d3919e7087530b60c20dd (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.js | 1 |
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) { |