We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cc525 commit 8b68f5dCopy full SHA for 8b68f5d
Sources/NodeEngineTest/NodeEditorTest.cpp
@@ -55,8 +55,8 @@ TEST (NodeEditorGetInfoTest)
55
56
NodeEditorInfo info = env.nodeEditor.GetInfo ();
57
58
- ASSERT (info.view.width = 800);
59
- ASSERT (info.view.height = 600);
+ ASSERT (info.view.width == 800);
+ ASSERT (info.view.height == 600);
60
61
ASSERT (info.nodes.size () == 3);
62
ASSERT (info.nodes[0].id == intNode->GetId ());
0 commit comments