We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb010d0 commit 4c3ce27Copy full SHA for 4c3ce27
server/handler/detect_lang_test.go
@@ -70,7 +70,7 @@ func (suite *DetectLangSuite) TestDetect() {
70
suite.Equal(http.StatusOK, res.Code)
71
72
lang, langType := langResponse(res.Body.Bytes())
73
- suite.Equal("Matlab", lang)
+ suite.Equal("MATLAB", lang)
74
suite.Equal(enry.Programming, langType)
75
}
76
0 commit comments