mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-08-23 18:43:00 +02:00
Add matlab app type and fix tests
This commit is contained in:
1
internal/tagger/apps/matlab.txt
Normal file
1
internal/tagger/apps/matlab.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
matlab
|
@@ -35,8 +35,8 @@ func TestRegister(t *testing.T) {
|
|||||||
err := tagger.Register()
|
err := tagger.Register()
|
||||||
noErr(t, err)
|
noErr(t, err)
|
||||||
|
|
||||||
if len(tagger.apps) != 14 {
|
if len(tagger.apps) != 16 {
|
||||||
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 14", len(tagger.apps))
|
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 16", len(tagger.apps))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user