pull/11026/head
Sharif Elgamal 2021-04-08 11:33:32 -07:00
parent 11099658e5
commit 1cabf5eee8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func TestBinaryName(t *testing.T) {
binary: Binary{path: "foo", pr: 0},
},
{
expected: "Minikube (PR 1)",
expected: "minikube (PR 1)",
binary: Binary{path: "bar", pr: 1},
},
}