Skip to content

Commit 646f48a

Browse files
author
ppetrosh
committed
Debug log added.
1 parent 616ed8b commit 646f48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/LIS3HD.manual.device.test.nut

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class MyTestCase extends ImpTestCase {
6464
if (reading >= 0.9 && reading <= 1.1) {
6565
resolve("correctly read approximately 1g on the z-axis");
6666
} else {
67-
reject("received incorrect z-axis reading");
67+
reject("received incorrect z-axis reading: " + reading);
6868
}
6969
}.bindenv(this));
7070
}.bindenv(this));

0 commit comments

Comments
 (0)