tbf: Move T3193 to tbf_state FSM

Related: OS#2709
Change-Id: Icf8249651e34132eb7ba99188a23662dec6f8653
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 62a2582..ae12f1e 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -89,7 +89,7 @@
 {
 	OSMO_ASSERT(tbf);
 	if (tbf->state_is(TBF_ST_WAIT_RELEASE))
-		OSMO_ASSERT(tbf->timers_pending(T3191) || tbf->timers_pending(T3193));
+		OSMO_ASSERT(tbf->timers_pending(T3191) || osmo_timer_pending(&tbf->state_fsm.fi->timer));
 	if (tbf->state_is(TBF_ST_RELEASING))
 		OSMO_ASSERT(tbf->timers_pending(T_MAX));
 }