From b8e3dcfbe4d01841faadda9ff4db93b29b47b6fe Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Wed, 31 Aug 2016 11:54:21 +0100 Subject: [PATCH] Code style fix for 6b922d0: substitute double quotes --- ospec/tests/test-ospec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospec/tests/test-ospec.js b/ospec/tests/test-ospec.js index 38ce0438..3b1dd440 100644 --- a/ospec/tests/test-ospec.js +++ b/ospec/tests/test-ospec.js @@ -61,7 +61,7 @@ o.spec("ospec", function() { var output = spy.call(state, {children: children}) o(spy.length).equals(1) - o(spy.name).equals('view') + o(spy.name).equals("view") o(spy.callCount).equals(1) o(spy.args.length).equals(1) o(spy.args[0]).deepEquals({children: children})