Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
revision: fix test due to change on usage template
Browse files Browse the repository at this point in the history
  • Loading branch information
imantung committed Sep 28, 2020
1 parent a4b1a40 commit 267c515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/typcfg/generate_usage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestGenerateUsage(t *testing.T) {
defer os.Remove(target)

b, _ := ioutil.ReadFile(target)
expected := fmt.Sprintf(`# NAME (VERSION)
expected := fmt.Sprintf(`# NAME
<!-- Autogenerated by Typical-Go. DO NOT EDIT.
Expand Down

0 comments on commit 267c515

Please sign in to comment.