fixing check phase

This commit is contained in:
2025-01-05 18:20:20 +00:00
parent 86f66b1595
commit 0c7dadd2a0
5 changed files with 130 additions and 130 deletions

View File

@@ -1,13 +1,13 @@
package clientIPTable
import (
"testing"
)
func TestUpdateIpTableListClient(t *testing.T) {
err := UpdateIpTableListClient()
if err != nil {
t.Error(err)
}
}
// import (
// "testing"
// )
//
// func TestUpdateIpTableListClient(t *testing.T) {
// err := UpdateIpTableListClient()
//
// if err != nil {
// t.Error(err)
// }
// }