diff --git a/CHANGELOG.md b/CHANGELOG.md index 76acda1..0170bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.3.5-dev + +- The repository has been moved to Approvals. +- Fixed bug with checking of strings received from txt file. +- Added Github Actions. +- Added dependabot. +- Updated README file. +- Updated TODO file. + + ## 0.3.3-dev - Updated README file. diff --git a/README.md b/README.md index f1968ac..2bf8de9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add the following to your `pubspec.yaml` file: ```yaml dependencies: - approval_tests: ^0.3.3-dev + approval_tests: ^0.3.5-dev ``` ## 📚 How to use diff --git a/pubspec.yaml b/pubspec.yaml index 2d04063..841501c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # * 0.0.4 for a minor release. name: approval_tests description: Approval Tests implementation in Dart. Inspired by ApprovalTests. -version: 0.3.4-dev +version: 0.3.5-dev repository: https://github.com/K1yoshiSho/approval_tests_dart homepage: https://github.com/K1yoshiSho/approval_tests_dart.git issue_tracker: https://github.com/K1yoshiSho/approval_tests_dart/issues diff --git a/test/approval_test.dart b/test/approval_test.dart index 5b5ec67..8054ed2 100644 --- a/test/approval_test.dart +++ b/test/approval_test.dart @@ -195,7 +195,8 @@ void main() { ); }); - test("Method «verify» must throw DoesntMatchException with error handling", () { + test("Method «verify» must throw DoesntMatchException with error handling", + () { expect( () => helper.verify( 'Hello W0rld',