Skip to content

Commit 0728809

Browse files
committed
Merge branch 'master' of https://github.com/gammasoft71/xtd
2 parents 8687759 + 657ae5d commit 0728809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/xtd.tunit/include/xtd/tunit/constraints/is_not_value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace xtd {
6262
else xtd::tunit::assume::is_not_empty(actual_value<actual_t>::actual(), stack_frame);
6363
return operator_value<actual_t>(self_);
6464
}
65-
65+
6666
/// @brief Asserts that value not is equal to specified expected.
6767
/// @param expected the expected value.
6868
/// @param stack_frame Contains information about current file and current line.

src/xtd.tunit/include/xtd/tunit/constraints/is_value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace xtd {
6565
else xtd::tunit::assume::is_empty(actual_value<actual_t>::actual(), stack_frame);
6666
return operator_value<actual_t>(self_);
6767
}
68-
68+
6969
/// @brief Asserts that value is equal to specified expected.
7070
/// @param expected the expected value.
7171
/// @param stack_frame Contains information about current file and current line.

0 commit comments

Comments
 (0)