Skip to content

Commit

Permalink
fix alter table test
Browse files Browse the repository at this point in the history
  • Loading branch information
PangXing committed May 19, 2022
1 parent 5fb28a8 commit 6399602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,5 +438,5 @@ func (s *IntegrationSuite) TestAlterTable() {
affected, err := result.RowsAffected()
assert.NoErrorf(t, err, "alter table error: %v", err)

assert.Equal(t, int64(1), affected)
assert.Equal(t, int64(0), affected)
}

0 comments on commit 6399602

Please sign in to comment.