Skip to content

Commit

Permalink
adjust the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Olufemi Adeyemi committed Aug 8, 2017
1 parent 8363a3b commit 0631e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qos-backend-information_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
suite('qos-backend-information', function() {
test('instantiating the element works', function() {
var element = fixture('basic');
assert.equal(element.is, 'qos-backend-information');
assert.equal((element.tagName).toLowerCase(), 'qos-backend-information');
});
});
</script>
Expand Down

0 comments on commit 0631e35

Please sign in to comment.