MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / TestTUIRenderUpdateSuccess

Function TestTUIRenderUpdateSuccess

cmd/update_test.go:257–260  ·  view source on GitHub ↗

TestTUIRenderUpdateSuccess verifies that the TUI renders success message correctly.

(t *testing.T)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RenderUpdateSuccessFunction · 0.92

Tested by

no test coverage detected