Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Ryckbosch committed Nov 22, 2019
1 parent 4798926 commit 0cc1d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func Test_collectVersion_EnterpriseDB(t *testing.T) {
expected := &semver.Version{
Major: 9,
Minor: 6,
Patch: 7,
Patch: 7,
}

version, err := collectVersion(testConnection)
Expand Down

0 comments on commit 0cc1d3a

Please sign in to comment.