mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-01 11:13:50 +02:00
Add matlab app type and fix tests
This commit is contained in:
parent
484c52d813
commit
c0a4724f57
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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user