Yay more unit tests

This commit is contained in:
jamesread
2021-11-04 00:30:36 +00:00
parent 3aa7c97bfb
commit 78efc5c94e
7 changed files with 158 additions and 17 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ package httpservers
import (
"github.com/stretchr/testify/assert"
"testing"
"os"
"testing"
)
func TestGetWebuiDir(t *testing.T) {