Skip to content

Commit feb0219

Browse files
OmniTroidphanak-sap
authored andcommitted
Append two more emd corrections
1 parent 4d9fa94 commit feb0219

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
@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8686
- support deleting Entities - Martin Miksik
8787

8888
### Changed
89-
- Emd.Int64 literals do no need to have the suffix L - Jakub Filak
89+
- Edm.Int64 literals do no need to have the suffix L - Jakub Filak
9090
- more user friendly Function call errors - Jakub Filak
9191

9292
### Fixed

tests/test_service_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ def test_create_entity_with_naive_datetime(service):
23422342
'Date': datetime.datetime(2017, 12, 24, 18, 0),
23432343
'Value': 34.0
23442344
})
2345-
assert str(e_info.value).startswith('Emd.DateTime accepts only UTC')
2345+
assert str(e_info.value).startswith('Edm.DateTime accepts only UTC')
23462346

23472347

23482348
@responses.activate

0 commit comments

Comments
 (0)