rename to smartpack n smartunpack
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* JavaScript Mix Payloads Sender Test
|
||||
* Tests the smartsend function with mixed payload types
|
||||
* Tests the smartpack function with mixed payload types
|
||||
*
|
||||
* This test mirrors test_julia_mix_payloads_sender.jl and demonstrates that
|
||||
* any combination and any number of mixed content can be sent correctly.
|
||||
@@ -169,7 +169,7 @@ async function runTest() {
|
||||
try {
|
||||
// Send the message
|
||||
console.log('Sending mixed payloads...\n');
|
||||
const [env, envJsonStr] = await msghandler.smartsend(
|
||||
const [env, envJsonStr] = await msghandler.smartpack(
|
||||
TEST_SUBJECT,
|
||||
payloads,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user