Skip to content

Commit

Permalink
Update util/plancodec/id_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zhi Qi <30543181+LittleFall@users.noreply.github.com>
  • Loading branch information
crazycs520 and LittleFall authored May 29, 2020
1 parent 59871a3 commit b92af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/plancodec/id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _ = Suite(&testPlanIDSuite{})
type testPlanIDSuite struct{}

func (s *testPlanIDSuite) TestPlanIDChanged(c *C) {
// Attention: For compatibility, shouldn't modify the below test, you can only add test when add new plan ID.
// Attention: for compatibility, shouldn't modify the below test, you can only add test when add new plan ID.
c.Assert(typeSelID, Equals, 1)
c.Assert(typeSetID, Equals, 2)
c.Assert(typeProjID, Equals, 3)
Expand Down

0 comments on commit b92af70

Please sign in to comment.