package mutator

import (
	"testing"
)

func TestPopulateCurrentUser(t *testing.T) {
	// We need to implement workspace client mocking to implement this test.
}