()
| 564 | } |
| 565 | |
| 566 | func ExampleInstance_PrintVersionList_badformat() { |
| 567 | instance := Instance{ |
| 568 | DeprecatedVersions: []Version{testVersionDeployment}, |
| 569 | } |
| 570 | _ = instance.PrintVersionList("foo") |
| 571 | |
| 572 | // Output: |
| 573 | // The output format must be one of (normal|wide|json|yaml) |
| 574 | } |
| 575 | |
| 576 | func Test_isDuplicate(t *testing.T) { |
| 577 |
nothing calls this directly
no test coverage detected
searching dependent graphs…