aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/state/multi_test.go
blob: 13b2937b8d0aff79bdd41eb05ae7f21fe9ac5bec (plain)
1
2
3
4
5
6
7
8
9
10
11
package state_test

import (
	"testing"

	"git.ophivana.moe/security/fortify/internal/state"
)

func TestMulti(t *testing.T) {
	testStore(t, state.NewMulti(t.TempDir()))
}