[Test] Fix typo
authorJuyeong Lee <2jy22@naver.com>
Fri, 12 Mar 2021 15:11:41 +0000 (00:11 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sat, 13 Mar 2021 10:47:57 +0000 (19:47 +0900)
Fix typo made in #3130

Signed-off-by: Juyeong Lee <2jy22@naver.com>
tests/cpp_methods/unittest_cpp_methods.cc

index f797aa8..39f5124 100644 (file)
@@ -63,7 +63,7 @@ TEST (cppFilterOnDemand, basic04_n)
 }
 
 /** @brief Actual GST Pipeline with cpp on demand */
-TEST (cppFilterOnDemand, pipelne01)
+TEST (cppFilterOnDemand, pipeline01)
 {
   filter_basic basic ("pl01");
   char *tmp1 = getTempFilename ();