Skip to content

Commit 6e775f7

Browse files
committed
fix typo in MakeRequest test and remove commented lines
1 parent aacc875 commit 6e775f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Unit/Utils/MakeRequestTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
});
2222

2323
test('Headers attribute should be empty by default', function () {
24-
// $this->assertEmpty(MakeRequest::getHeaders());
2524
$this->assertGreaterThanOrEqual(1, MakeRequest::getHeaders());
2625
});
2726

28-
it('Should change default timeout value & set headers attrivute', function () {
27+
it('Should change default timeout value & set headers attribute', function () {
2928
MakeRequest::setTimeout(20);
3029
MakeRequest::setHeaders(['ACCEPT' => 'application/json;charset=utf-8']);
3130
$this->assertNotEmpty(MakeRequest::getHeaders());

0 commit comments

Comments
 (0)