Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CriMDev97 committed Dec 15, 2023
1 parent 78bd4fe commit 932a83f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class UtilityTest {
private final Utility utility = new Utility();

@Test
void jsonToObjectTest() {
String jsonNode = """
Expand All @@ -21,7 +21,7 @@ void jsonToObjectTest() {
"objectId": "OBJ1",
"objectType": "T1",
"eserviceId": "E1",
"indexSignal": "000001"
"signalId": "000001"
}
""";

Expand Down

0 comments on commit 932a83f

Please sign in to comment.