diff --git a/test/unit/media.html5.js b/test/unit/media.html5.js
index df410b9d6..a3c1698d6 100644
--- a/test/unit/media.html5.js
+++ b/test/unit/media.html5.js
@@ -33,5 +33,5 @@ test('should re-link the player if the tech is moved', function(){
};
tech.createEl();
- strictEqual(player, tech.el().player);
+ strictEqual(player, tech.el()['player']);
});
\ No newline at end of file