Skip to content

Commit caee1c0

Browse files
committed
remove meaningless test
1 parent 6edb471 commit caee1c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

charset/charset_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ func (s *testCharsetSuite) TestValidCustomCharset(c *C) {
7777
}
7878
}
7979

80-
func (s *testCharsetSuite) TestGetSupportedCharsets(c *C) {
81-
descs := GetSupportedCharsets()
82-
c.Assert(len(descs), Equals, len(charsetInfos))
83-
}
84-
8580
func testGetDefaultCollation(c *C, charset string, expectCollation string, succ bool) {
8681
b, err := GetDefaultCollation(charset)
8782
if !succ {

0 commit comments

Comments
 (0)