Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 6, 2022
1 parent 32a9b57 commit ed2c565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.5] - 2022-09-06
### Fixed
- Updated oembed endpoints [#494]

## [4.4.4] - 2022-04-13
### Fixed
- Error getting data from Linked data [#481].
Expand Down Expand Up @@ -186,7 +190,9 @@ Full library refactoring.
[#474]: https://github.com/oscarotero/Embed/issues/474
[#480]: https://github.com/oscarotero/Embed/issues/480
[#481]: https://github.com/oscarotero/Embed/issues/481
[#494]: https://github.com/oscarotero/Embed/issues/494

[4.4.5]: https://github.com/oscarotero/Embed/compare/v4.4.4...v4.4.5
[4.4.4]: https://github.com/oscarotero/Embed/compare/v4.4.3...v4.4.4
[4.4.3]: https://github.com/oscarotero/Embed/compare/v4.4.2...v4.4.3
[4.4.2]: https://github.com/oscarotero/Embed/compare/v4.4.1...v4.4.2
Expand Down
2 changes: 1 addition & 1 deletion tests/MultipleRequestsTest.php
Expand Up @@ -19,7 +19,7 @@ public function testParallel()

$this->assertCount(3, $infos);
$this->assertEquals('https://oscarotero.com/', (string) $infos[0]->url);
$this->assertEquals('Óscar Otero - Web designer and developer', $infos[0]->title);
$this->assertEquals('Óscar Otero - Digital designer and developer', $infos[0]->title);

$this->assertEquals('https://github.com/oscarotero', $infos[1]->url);
$this->assertEquals('oscarotero - Overview', $infos[1]->title);
Expand Down

0 comments on commit ed2c565

Please sign in to comment.