mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
fix(tracker): autofix malformed songs with useless params
This commit is contained in:
parent
773655ef9c
commit
5c51932f60
@ -289,6 +289,9 @@ func FuzzModel(f *testing.F) {
|
||||
if a.Name == "IDCollision" {
|
||||
t.Errorf("Path: %s Model has ID collisions", totalPath)
|
||||
}
|
||||
if a.Name == "InvalidUnitParameters" {
|
||||
t.Errorf("Path: %s Model units with invalid parameters", totalPath)
|
||||
}
|
||||
})
|
||||
}
|
||||
closeChan <- struct{}{}
|
||||
|
Reference in New Issue
Block a user