File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/xtd.tunit/include/xtd/tunit/constraints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ namespace xtd {
5959 else xtd::tunit::assume::is_not_empty (actual_value<actual_t >::actual (), stack_frame);
6060 return operator_value<actual_t >(self_);
6161 }
62-
62+
6363 // / @brief Asserts that value not is equal to specified expected.
6464 // / @param expected the expected value.
6565 // / @param stack_frame Contains information about current file and current line.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ namespace xtd {
6262 else xtd::tunit::assume::is_empty (actual_value<actual_t >::actual (), stack_frame);
6363 return operator_value<actual_t >(self_);
6464 }
65-
65+
6666 // / @brief Asserts that value is equal to specified expected.
6767 // / @param expected the expected value.
6868 // / @param stack_frame Contains information about current file and current line.
You can’t perform that action at this time.
0 commit comments