[common][bluetooth] Fix incorrect variable name 58/166458/1
authorPawel Kaczmarczyk <p.kaczmarczy@partner.samsung.com>
Wed, 10 Jan 2018 08:47:33 +0000 (09:47 +0100)
committerPawel Kaczmarczyk <p.kaczmarczy@partner.samsung.com>
Wed, 10 Jan 2018 08:48:58 +0000 (09:48 +0100)
Change-Id: I672ec5fba84b86ebd62c89d7f154ed5700dabea2
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@partner.samsung.com>
common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCombined.html

index bc99c7ec7366683330b3e673551449a94fc17cd2..4a2111b903c70cf959840d22dbfc6d620bf61d70 100644 (file)
@@ -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) {