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())) }