MCPcopy
hub / github.com/ddworken/hishtory / testUpdateFromPrevToRelease

Function testUpdateFromPrevToRelease

client/integration_test.go:583–585  ·  view source on GitHub ↗
(t *testing.T, tester shellTester)

Source from the content-addressed store, hash-verified

581}
582
583func testUpdateFromPrevToRelease(t *testing.T, tester shellTester) {
584 testGenericUpdate(t, tester, installFromPrev, updateToRelease)
585}
586
587func testUpdateFromPrevToCurrent(t *testing.T, tester shellTester) {
588 testGenericUpdate(t, tester, installFromPrev, updateToHead)

Callers 1

TestParamFunction · 0.85

Calls 1

testGenericUpdateFunction · 0.85

Tested by

no test coverage detected