TestTUIRenderUpdateSuccess verifies that the TUI renders success message correctly.
(t *testing.T)
| 255 | |
| 256 | // TestTUIRenderUpdateSuccess verifies that the TUI renders success message correctly. |
| 257 | func TestTUIRenderUpdateSuccess(t *testing.T) { |
| 258 | result := tui.RenderUpdateSuccess() |
| 259 | assert.Contains(t, result, "Update successful!") |
| 260 | } |
| 261 | |
| 262 |
nothing calls this directly
no test coverage detected