Skip to content

Commit e5e0a7e

Browse files
committed
Fix test
1 parent 50c06f1 commit e5e0a7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Connection/Responses/TaggedResponseTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
new Atom('c'),
2323
]);
2424

25-
expect($response->status())->toEqual([
26-
new Atom('b'),
27-
]);
25+
expect($response->status())->toEqual(new Atom('b'));
2826
});
2927

3028
test('data', function () {

0 commit comments

Comments
 (0)