Skip to content

Commit

Permalink
Update commit_analyzer_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cliedeman authored Jan 29, 2024
1 parent 5b39bff commit cef8e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/commit_analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestDefaultAnalyzer(t *testing.T) {
},
{
createRawCommit("i", "chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0"),
"chore",
"chore(deps)",
"",
&semrel.Change{Major: false, Minor: false, Patch: false},
},
Expand Down

0 comments on commit cef8e81

Please sign in to comment.