Browse Source

rf: 测试代码修改

master
SisMaker 4 years ago
parent
commit
00d4c0ca58
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/testCase/DsTest/utTestDs.erl

+ 2
- 2
src/testCase/DsTest/utTestDs.erl View File

@ -86,9 +86,9 @@ runCal([], _Ds) ->
-define(NS, 1).
cvrTUnit(not_support) ->
<<"noSupport">>;
not_support;
cvrTUnit(skip) ->
<n><"skip">>;
skip;
cvrTUnit(Time) ->
utTc:cvrTimeUnit(Time, native, nanosecond).

Loading…
Cancel
Save