func TestLoadStandardErrors(t *testing.T) {
    for _, example := range loadStandardsTestErrors {
        ws := NewWorkspace()
        actualErrors := ws.LoadStandards(example.dir)
        // Check that the actual error is the expected error