Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jun 3, 2019
1 parent 916fa54 commit 319cd2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/StrongGrid.UnitTests/ClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ public class ClientTests
public void Version_is_not_empty()
{
// Arrange
var client = new Client(API_KEY);

// Act
var result = client.Version;
var result = Client.Version;

// Assert
result.ShouldNotBeNullOrEmpty();
Expand Down

0 comments on commit 319cd2e

Please sign in to comment.