Skip to content

Commit 72abbc8

Browse files
committed
typofix
1 parent e535782 commit 72abbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WeatherbitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function testSetKeyNotString()
3838
{
3939
$this->setWeatherbit();
4040
$this->expectException(Exception::class);
41-
$this->weatherbit->setKey([]]);
41+
$this->weatherbit->setKey([]);
4242
}
4343
}

0 commit comments

Comments
 (0)