flaky timer unit test: output result on fail (#6434)

This commit is contained in:
Lars Hvam 2023-08-31 08:48:29 +02:00 committed by GitHub
parent 03d4e51277
commit fecaacff9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -27,12 +27,12 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.102.28", "@abaplint/cli": "^2.102.33",
"@abaplint/database-sqlite": "^2.7.74", "@abaplint/database-sqlite": "^2.7.74",
"@abaplint/runtime": "^2.7.80", "@abaplint/runtime": "^2.7.86",
"@abaplint/transpiler-cli": "^2.7.80", "@abaplint/transpiler-cli": "^2.7.86",
"abapmerge": "^0.16.0", "abapmerge": "^0.16.0",
"c8": "^8.0.1", "c8": "^8.0.1",
"eslint": "^8.47.0" "eslint": "^8.48.0"
} }
} }

View File

@ -23,7 +23,7 @@ CLASS ltcl_timer IMPLEMENTATION.
cl_abap_unit_assert=>assert_subrc( cl_abap_unit_assert=>assert_subrc(
act = sy-subrc act = sy-subrc
msg = 'Did not return right measurement' ). msg = |Did not return right measurement, got: { iv_result }| ).
ENDMETHOD. ENDMETHOD.