From 933537860247de35c21db060ae9ae1f87bb30d53 Mon Sep 17 00:00:00 2001 From: Timothée Jeannin Date: Tue, 4 Mar 2014 20:39:10 +0100 Subject: style: enable jscs requireLeftStickedOperators rule Closed #6544. --- test/ng/sceSpecs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng') diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js index e2a16c1c..40e79c57 100644 --- a/test/ng/sceSpecs.js +++ b/test/ng/sceSpecs.js @@ -109,7 +109,7 @@ describe('SCE', function() { })); it('should NOT wrap unknown contexts', inject(function($sce) { - expect(function() { $sce.trustAs('unknown1' , '123'); }).toThrowMinErr( + expect(function() { $sce.trustAs('unknown1', '123'); }).toThrowMinErr( '$sce', 'icontext', 'Attempted to trust a value in invalid context. Context: unknown1; Value: 123'); })); -- cgit v1.2.3