Skip to content

Commit

Permalink
fix(plc4j): fix test for simulated driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Jan 1, 2023
1 parent f6a7074 commit 7a8d107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void connect_secure() {
void wrongUrl() {
assertThatThrownBy(() -> SUT.getConnection("simulated:"))
.isInstanceOf(PlcConnectionException.class)
.hasMessage("Invalid URL: no device name given");
.hasMessage("Invalid URL: no device name given.");
}

}

0 comments on commit 7a8d107

Please sign in to comment.