Skip to content

Commit

Permalink
update ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Vanecek authored and Stepan Vanecek committed Jan 23, 2024
1 parent a528ef1 commit e54586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/topology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static suite<"topology"> _ = []
"Memory"_test = []
{
Node root{0};
Memory node{&root, "foo", 32};
Memory node{&root, 0, "foo", 32};
expect(that % &root == node.GetParent());
expect(that % 0 == node.GetId());
expect(that % "foo"sv == node.GetName());
Expand Down

0 comments on commit e54586f

Please sign in to comment.