Skip to content

Commit

Permalink
[FIX] web: pyeval_tests: typo
Browse files Browse the repository at this point in the history
Introduced by forwardport 34b432d
  • Loading branch information
aab-odoo committed Jun 27, 2017
1 parent 34b432d commit 05282fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/static/tests/core/pyeval_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ QUnit.module('core', function () {
});


Quti.test('timedelta', function (assert) {
QUnit.test('timedelta', function (assert) {
assert.expect(4);
assert.strictEqual(
py.eval("(datetime.datetime(2017, 2, 15, 1, 7, 31) + datetime.timedelta(days=1)).strftime('%Y-%m-%d %H:%M:%S')",
Expand Down

0 comments on commit 05282fd

Please sign in to comment.