Add: parallel on 2 unit tests

This commit is contained in:
Yoann La Cancellera
2023-11-21 18:33:37 +01:00
parent 923a199fb1
commit 6cc6435bab
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import (
)
func TestTransitionSeparator(t *testing.T) {
t.Parallel()
tests := []struct {
keys []string
oldctxs, ctxs map[string]types.LogCtx

View File

@@ -5,6 +5,7 @@ import (
)
func TestFileType(t *testing.T) {
t.Parallel()
tests := []struct {
inputline string
inputoperator bool