From: Pawel Kaczmarczyk Date: Wed, 10 Jan 2018 08:47:33 +0000 (+0100) Subject: [common][bluetooth] Fix incorrect variable name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e1c7b182189cbb2032d69ba7d9ab8bce1816540;p=test%2Ftct%2Fweb%2Fapi.git [common][bluetooth] Fix incorrect variable name Change-Id: I672ec5fba84b86ebd62c89d7f154ed5700dabea2 Signed-off-by: Pawel Kaczmarczyk --- diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html index bc99c7ec7..4a2111b90 100644 --- a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html +++ b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html @@ -173,7 +173,7 @@ t.step(function () { inner3.done(); }); - var WriteValueErrorCallback = inner3.step_func(function (value) { + var WriteValueErrorCallback = inner3.step_func(function (error) { assert_unreached("writeValue() error callback was invoked: " + error.name + " msg: " + error.message); }); var ReadValueSuccessCallback = inner3.step_func(function (value) {