Skip to content

Commit

Permalink
Updated property names in tests
Browse files Browse the repository at this point in the history
Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino committed Feb 24, 2025
1 parent 3a3afb7 commit 95af92b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,8 @@ public void buildPPPSettingsShouldNotThrowWithEmptyMap() {

@Test
public void buildPPPSettingsShouldWorkWhenGivenOptionalLcpParameters() {
givenMapWith("net.interface.ttyACM0.config.lcpEchoInterval", 30);
givenMapWith("net.interface.ttyACM0.config.lcpEchoFailure", 5);
givenMapWith("net.interface.ttyACM0.config.lpcEchoInterval", 30);
givenMapWith("net.interface.ttyACM0.config.lpcEchoFailure", 5);
givenNetworkPropsCreatedWithTheMap(this.internetNetworkPropertiesInstanciationMap);

whenBuildPPPSettingsIsRunWith(this.networkProperties, "ttyACM0");
Expand Down

0 comments on commit 95af92b

Please sign in to comment.