Skip to content

Commit

Permalink
Fix test typo on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Apr 30, 2018
1 parent 644e820 commit a11febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom-style-async.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
suite('async global custom-style', function() {

test('async loaded custom-style applies', function(done) {
import('custom-style-async-import.js').then(() => {
import('./custom-style-async-import.js').then(() => {
afterNextRender(null, function() {
assertComputed(host.$.client, '8px');
done();
Expand Down

0 comments on commit a11febe

Please sign in to comment.