Skip to content

Commit

Permalink
change variable name to match prodect
Browse files Browse the repository at this point in the history
  • Loading branch information
mchljams committed Sep 15, 2017
1 parent 5248ea8 commit bc99763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/GciaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public function testConstruct()
$this->expectExceptionMessage('Your API key is required and must be a string.');
$this->expectException('Exception');

$spun = new Gcia();
$gcia = new Gcia();
}
}

0 comments on commit bc99763

Please sign in to comment.