Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruAntonescuKeysight committed Jun 13, 2024
1 parent 14af19d commit fdc0b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feeder/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEST_F(ETFeederTest, ConstructorNodeIDTest) {
SetUp("tests/data/chakra.0.et");
std::shared_ptr<Chakra::ETFeederNode> node = trace->getNextIssuableNode();
uint64_t firstNodeID = node->id();
ASSERT_EQ(firstNodeID, 216);
ASSERT_EQ(firstNodeID, 219);

node = trace->getNextIssuableNode();
uint64_t secondNodeID = node->id();
Expand Down

0 comments on commit fdc0b84

Please sign in to comment.