ws and pruner done!!!
This commit is contained in:
parent
c5cc245e25
commit
74add408e6
34 changed files with 1455 additions and 221 deletions
14
cmd/ws/wsmanager/event_names_test.go
Normal file
14
cmd/ws/wsmanager/event_names_test.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
package wsmanager
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestEventNames(t *testing.T) {
|
||||
result := getEventNames()
|
||||
assert.Contains(t, result, "GainExperience_experience_id_55")
|
||||
assert.Contains(t, result, "Death")
|
||||
assert.Contains(t, result, "VehicleDestroy")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue