Add matlab app type and fix tests

This commit is contained in:
Jan Eitzinger 2025-06-27 11:31:43 +02:00
parent 484c52d813
commit c0a4724f57
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
matlab

View File

@ -35,8 +35,8 @@ func TestRegister(t *testing.T) {
err := tagger.Register()
noErr(t, err)
if len(tagger.apps) != 14 {
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 14", len(tagger.apps))
if len(tagger.apps) != 16 {
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 16", len(tagger.apps))
}
}