Skip to content

Commit

Permalink
Corrected a copy/paste mistake on class being renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hari Charan Ayada committed Jun 12, 2014
1 parent 5dd204e commit 77dc500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolrNet.Tests.Integration/IntegrationFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
namespace SolrNet.Tests.Integration {
[TestFixture]
[Category("Integration")]
public class FieldGroupingIntegrationFixture
public class IntegrationFixture
{
private static readonly string serverURL = ConfigurationManager.AppSettings["solr"];
private static readonly Lazy<object> init = new Lazy<object>(() => {
Expand Down

0 comments on commit 77dc500

Please sign in to comment.