mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
flaky timer unit test: output result on fail (#6434)
This commit is contained in:
parent
03d4e51277
commit
fecaacff9d
|
@ -27,12 +27,12 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.102.28",
|
||||
"@abaplint/cli": "^2.102.33",
|
||||
"@abaplint/database-sqlite": "^2.7.74",
|
||||
"@abaplint/runtime": "^2.7.80",
|
||||
"@abaplint/transpiler-cli": "^2.7.80",
|
||||
"@abaplint/runtime": "^2.7.86",
|
||||
"@abaplint/transpiler-cli": "^2.7.86",
|
||||
"abapmerge": "^0.16.0",
|
||||
"c8": "^8.0.1",
|
||||
"eslint": "^8.47.0"
|
||||
"eslint": "^8.48.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ CLASS ltcl_timer IMPLEMENTATION.
|
|||
|
||||
cl_abap_unit_assert=>assert_subrc(
|
||||
act = sy-subrc
|
||||
msg = 'Did not return right measurement' ).
|
||||
msg = |Did not return right measurement, got: { iv_result }| ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user