diff options
Diffstat (limited to 'test/js/gzip.test.js')
-rw-r--r-- | test/js/gzip.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/gzip.test.js b/test/js/gzip.test.js index ed1bb3c92f..2ed0080ac1 100644 --- a/test/js/gzip.test.js +++ b/test/js/gzip.test.js @@ -104,7 +104,7 @@ test('gzip', function(t) { mbgl.once('message', function(msg) { if (msg.severity == 'ERROR') { t.ok(msg, 'emits error'); - t.equal(msg.class, 'ResourceLoader'); + t.equal(msg.class, 'Style'); t.equal(msg.severity, 'ERROR'); t.ok(msg.text.match(/pbf unknown field type exception/), 'error text matches'); } |