Skip to content

Commit

Permalink
Fix updater_vertex_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Oct 27, 2023
1 parent 7bc1d22 commit 55dbbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/updater_vertex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestVertexUpdaterTestSuite(t *testing.T) {

func (suite *VertexUpdaterTestSuite) SetupTest() {
suite.updater = NewVertexUpdater(types.About{
Version: "v0.12.0",
Version: "0.12.0",
})
}

Expand Down

0 comments on commit 55dbbab

Please sign in to comment.