1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
* spelling: cartesian

* spelling: deferring

* spelling: marshal
This commit is contained in:
Josh Soref 2020-05-18 12:53:42 -04:00 committed by GitHub
parent 02d5cbebae
commit 72c3bf2220
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestCartisianProduct(t *testing.T) {
func TestCartesianProduct(t *testing.T) {
assert := assert.New(t)
input := map[string][]interface{}{
"foo": {1, 2, 3, 4},