Commit 50461079 authored by krisgiesing's avatar krisgiesing

Update wording on viewport test (#3228)

parent 8847b866
......@@ -8,7 +8,7 @@ import 'package:test/test.dart';
import 'rendering_tester.dart';
void main() {
test('Should be able to hit with negative scroll offset', () {
test('Should be able to hit with positive paint offset', () {
RenderBox green = new RenderDecoratedBox(
decoration: new BoxDecoration(
backgroundColor: const Color(0xFF00FF00)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment