expand name

main
Lynn Cyrin 5 years ago
parent b0ed044b01
commit 192ce003d9
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

@ -6,7 +6,7 @@ import (
// TestRegression tests a regression that was merged between versions 1.20.0 and 1.21.0 // TestRegression tests a regression that was merged between versions 1.20.0 and 1.21.0
// The included app.Run line worked in 1.20.0, and then was broken in 1.21.0. // The included app.Run line worked in 1.20.0, and then was broken in 1.21.0.
func TestRegression(t *testing.T) { func TestVersionOneTwoOneRegression(t *testing.T) {
// setup // setup
app := NewApp() app := NewApp()
app.Commands = []Command{{ app.Commands = []Command{{

Loading…
Cancel
Save