Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Oct 17, 2024
1 parent 754c4d8 commit 23ff117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/test/Ice/properties/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class Client extends TestHelper {
properties.setProperty("FooOA.Endpoints", "tcp -h 127.0.0.1");
properties.setProperty("FooOA.UnknownProperty", "bar");
try {

} catch (ex) {
test(ex.message == "unknown Ice property: FooOA.UnknownProperty");
}
Expand All @@ -137,7 +136,6 @@ export class Client extends TestHelper {
properties.setProperty("FooProxy", "test:tcp -h 127.0.0.1 -p 10000");
properties.setProperty("FooProxy.UnknownProperty", "bar");
try {

} catch (ex) {
test(ex.message == "unknown Ice property: FooProxy.UnknownProperty");
}
Expand Down

0 comments on commit 23ff117

Please sign in to comment.