mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +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()
|
||||
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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user