Skip to content

Commit 4c3ce27

Browse files
committed
Fix tests for new enry language name formatting
Signed-off-by: Carlos Martín <[email protected]>
1 parent bb010d0 commit 4c3ce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler/detect_lang_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (suite *DetectLangSuite) TestDetect() {
7070
suite.Equal(http.StatusOK, res.Code)
7171

7272
lang, langType := langResponse(res.Body.Bytes())
73-
suite.Equal("Matlab", lang)
73+
suite.Equal("MATLAB", lang)
7474
suite.Equal(enry.Programming, langType)
7575
}
7676

0 commit comments

Comments
 (0)