This commit is contained in:
parent
487f907ffb
commit
fc0e63455b
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Suite component_raii = "component_raii"_suite = [] {
|
|||
{ .m_int = idx, .m_string = std::to_string(idx) }
|
||||
);
|
||||
|
||||
expect_ne(component.m_int, idx);
|
||||
expect_eq(component.m_int, idx);
|
||||
expect_eq(component.m_string, std::to_string(idx));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue