From 82b9afc00af0a88528ff36746722cbe539f5cebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Thu, 26 Dec 2013 14:43:22 -0200 Subject: [PATCH] fixed tipo in test logs --- web_context_tunnel/static/test/context_tunnel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_context_tunnel/static/test/context_tunnel.js b/web_context_tunnel/static/test/context_tunnel.js index 83e627cf5..f0fab997c 100644 --- a/web_context_tunnel/static/test/context_tunnel.js +++ b/web_context_tunnel/static/test/context_tunnel.js @@ -9,6 +9,6 @@ openerp.testing.section('context_tunnel', { ok(context['key1'] === 'value1', 'right value for key1 in context'); ok(context['key2'] === 'value2', 'right value for key2 in context'); ok(context['key3'] === 'value3', 'right value for key3 in context'); - ok(context['key4'] === 'value4', 'right value for key3 in context'); + ok(context['key4'] === 'value4', 'right value for key4 in context'); }); });