diff --git a/core/data/test/trd/_GTestCbmTrdHit.cxx b/core/data/test/trd/_GTestCbmTrdHit.cxx
index ea859596305e6824cb6814ee792ff79e7bc79194..b235f19240266f596e50e3b0784b5e8eed0a5733 100644
--- a/core/data/test/trd/_GTestCbmTrdHit.cxx
+++ b/core/data/test/trd/_GTestCbmTrdHit.cxx
@@ -127,7 +127,7 @@ TEST(_GTestCbmTrdHit, CheckToString)
 
   EXPECT_STREQ("CbmPixelHit: address=12345 pos=(-3,5.777,123.765) "
                "err=(0.77,0.88,0.99) dxy=1.2 refId=6\nCbmTrdHit1D: "
-               "time[ns]=456+-1.34 eloss=123 typ[R] RC=n Ovf=n\n",
+               "time[ns]=456+-1.34 eloss=123 RC=n Ovf=n\n",
                test.ToString().c_str());
 }