Skip to content

Commit 8b68b02

Browse files
committed
Update expected test results for estimates
1 parent b067c7f commit 8b68b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.0] - 2023-03-30
8+
## [2.1.0] - 2023-04-04
99

1010
### Added
1111

spec/integration/projects_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080

8181
project_id = projects_response.data.last.id
8282
project_response = Patch::Project.retrieve_project(project_id, accept_language: 'fr')
83-
expect(project_response.data.name).to include 'Démo' # Frenc
83+
expect(project_response.data.name).to include 'Démo' # French
8484
end
8585
end

0 commit comments

Comments
 (0)