Files
2024-06-04 13:41:00 +02:00

11 lines
134 B
Go

package vap
import (
"testing"
)
func TestGetVapHelperCmd(t *testing.T) {
// Call the GetFixCmd function
_ = GetVapHelperCmd()
}