Skip to content

Commit 15e369d

Browse files
committed
refactor: fix formatting issues in JSON strings across multiple test files
1 parent 6f204b4 commit 15e369d

File tree

157 files changed

+157
-314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+157
-314
lines changed

tests/ten_runtime/smoke/audio_frame_test/basic.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ class test_app : public ten::app_t {
6060
"uri": "msgpack://127.0.0.1:8001/",
6161
"log_level": 2
6262
}
63-
})"
63+
})",
6464
// clang-format on
65-
,
6665
nullptr);
6766
ASSERT_EQ(rc, true);
6867

tests/ten_runtime/smoke/audio_frame_test/create_from_json.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ class test_app : public ten::app_t {
7474
"uri": "msgpack://127.0.0.1:8001/",
7575
"log_level": 2
7676
}
77-
})"
77+
})",
7878
// clang-format on
79-
,
8079
nullptr);
8180
ASSERT_EQ(rc, true);
8281

tests/ten_runtime/smoke/audio_frame_test/from_json.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ class test_app : public ten::app_t {
7272
"uri": "msgpack://127.0.0.1:8001/",
7373
"log_level": 2
7474
}
75-
})"
75+
})",
7676
// clang-format on
77-
,
7877
nullptr);
7978
ASSERT_EQ(rc, true);
8079

tests/ten_runtime/smoke/audio_frame_test/multi_dest_pcm_frame.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ class test_app : public ten::app_t {
136136
"uri": "msgpack://127.0.0.1:8001/",
137137
"log_level": 2
138138
}
139-
})"
139+
})",
140140
// clang-format on
141-
,
142141
nullptr);
143142
ASSERT_EQ(rc, true);
144143

tests/ten_runtime/smoke/basic/basic_extensions_init_dependency.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ class test_app : public ten::app_t {
122122
"uri": "msgpack://127.0.0.1:8001/",
123123
"log_level": 2
124124
}
125-
})"
125+
})",
126126
// clang-format on
127-
,
128127
nullptr);
129128
ASSERT_EQ(rc, true);
130129

tests/ten_runtime/smoke/basic/basic_hello_world_1.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ class test_app : public ten::app_t {
4242
"uri": "msgpack://127.0.0.1:8001/",
4343
"log_level": 2
4444
}
45-
})"
45+
})",
4646
// clang-format on
47-
,
4847
nullptr);
4948
ASSERT_EQ(rc, true);
5049

tests/ten_runtime/smoke/basic/basic_hello_world_2.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ class test_app : public ten::app_t {
3939
"uri": "msgpack://127.0.0.1:8001/",
4040
"log_level": 2
4141
}
42-
})"
42+
})",
4343
// clang-format on
44-
,
4544
nullptr);
4645
ASSERT_EQ(rc, true);
4746

tests/ten_runtime/smoke/basic/basic_loop.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ class test_app : public ten::app_t {
9191
"uri": "msgpack://127.0.0.1:8001/",
9292
"log_level": 2
9393
}
94-
})"
94+
})",
9595
// clang-format on
96-
,
9796
nullptr);
9897
ASSERT_EQ(rc, true);
9998

tests/ten_runtime/smoke/basic/basic_loop_cmd.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ class test_app : public ten::app_t {
9393
"uri": "msgpack://127.0.0.1:8001/",
9494
"log_level": 2
9595
}
96-
})"
96+
})",
9797
// clang-format on
98-
,
9998
nullptr);
10099
ASSERT_EQ(rc, true);
101100

tests/ten_runtime/smoke/basic/basic_loop_cmd_snap_shot.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ class test_app : public ten::app_t {
9393
"uri": "msgpack://127.0.0.1:8001/",
9494
"log_level": 2
9595
}
96-
})"
96+
})",
9797
// clang-format on
98-
,
9998
nullptr);
10099
ASSERT_EQ(rc, true);
101100

0 commit comments

Comments
 (0)