Skip to content

Commit

Permalink
Update get_valve_state test
Browse files Browse the repository at this point in the history
  • Loading branch information
NogameNo-life committed Aug 3, 2023
1 parent e17c6df commit 547ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PAC_dev_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ TEST( valve_DO2, get_valve_state )
{
valve_DO2 V2( "V2" );
V2.direct_on();
EXPECT_EQ( 1, V2.get_state() );
EXPECT_EQ( 1, V2.get_valve_state() );
}

TEST( valve_DO2, get_fb_state )
Expand Down

0 comments on commit 547ceed

Please sign in to comment.