Skip to content

Commit aca08fb

Browse files
committed
One more fix
1 parent af453b5 commit aca08fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/embedded/protocol_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ void main() {
550550
expect(failure.span.start, equals(location(29, 1, 15)));
551551
expect(failure.span.end, equals(location(54, 2, 19)));
552552
expect(failure.span.url, isEmpty);
553-
expect(failure.span.context, equals(" b: 1px +\n 1em;\n"));
554-
expect(failure.stackTrace, equals("- 2:6 root stylesheet\n"));
553+
expect(failure.span.context, equals(" b: 1px +\n 1em;\n"));
554+
expect(failure.stackTrace, equals("- 2:13 root stylesheet\n"));
555555
await process.close();
556556
});
557557

0 commit comments

Comments
 (0)