Skip to content

Commit

Permalink
Update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 18, 2019
1 parent 200fcc1 commit 3eb31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dart_api/logger_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ main() {
expect(span.end.line, equals(0));
expect(span.end.column, equals(13));

expect(trace.frames.first.member, equals('root stylesheet'));
expect(trace.frames.first.member, equals('@import'));
expect(deprecation, isFalse);
mustBeCalled();
}));
Expand Down

0 comments on commit 3eb31c5

Please sign in to comment.