Skip to content

Commit

Permalink
Adjust mocked version to adjust with compatibilty matrix update (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Jan 24, 2023
1 parent bba4ab4 commit 80869a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/sql/flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func chdir(t *testing.T, dir string) func() {
}

func execFlowCmd(args ...string) error {
version.CurrVersion = "1.8"
version.CurrVersion = "1.8.0"
cmd := NewFlowCommand()
cmd.SetArgs(args)
_, err := cmd.ExecuteC()
Expand Down
2 changes: 1 addition & 1 deletion sql/flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestExecuteCmdInDockerWithReturnValue(t *testing.T) {
return mockDockerBinder, nil
}
DisplayMessages = mockDisplayMessagesNil
version.CurrVersion = "1.8"
version.CurrVersion = "1.8.0"
_, output, err := ExecuteCmdInDocker(testCommand, nil, true)
assert.NoError(t, err)

Expand Down

0 comments on commit 80869a4

Please sign in to comment.