diff options
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) { |