Skip to content

Commit

Permalink
Improving TestNameResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Oct 7, 2015
1 parent 1b9c21e commit 45e60c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public string Resolve(string name)
{
return value;
}
throw new NotImplementedException();
throw new NotSupportedException(string.Format("Cannot resolve name: '{0}'", name));
}
}
}
Expand Down

0 comments on commit 45e60c5

Please sign in to comment.