mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Added empty tests in each package, to get the more precise coverage percentage
This commit is contained in:
parent
f760f89269
commit
1c47b7b8ef
4 changed files with 23 additions and 0 deletions
7
utils/mapping_test.go
Normal file
7
utils/mapping_test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmpty(t *testing.T) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue