Skip to content

Commit 41f9ed7

Browse files
committed
Fixed test error
1 parent 87a305e commit 41f9ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ TEST_CASE("owner release invalid with deleter", "[owner_utility]") {
548548
}
549549

550550
REQUIRE(instances == 0);
551-
REQUIRE(instances_deleter == 1);
551+
REQUIRE(instances_deleter == 0);
552552
}
553553

554554
TEST_CASE("make observable", "[make_observable_unique]") {

0 commit comments

Comments
 (0)