diff --git a/test/encode.js b/test/encode.js
index d35cb05..baf2493 100644
--- a/test/encode.js
+++ b/test/encode.js
@@ -3,7 +3,7 @@ var vows = require('vows'),
bleach = require('../lib/bleach');
var HTML1 = 'This is HTML with a SCRIPT',
- HTML2 = 'This is <a href="#html">HTML</a> with a SCRIPT',
+ HTML2 = 'This is <a href="#html">HTML</a> with a SCRIPT',
HTML3 = 'This is HTML with a SCRIPT';
vows.describe('encode tests').addBatch({