Unverified Commit 79b8cf76 authored by MrBirb's avatar MrBirb Committed by GitHub

Typo in border_test.dart (#113046)

parent 9bd6ff33
......@@ -16,7 +16,7 @@ class TestCanvas implements Canvas {
}
void main() {
test('Border.uniform constructor', () {
test('Border.fromBorderSide constructor', () {
const BorderSide side = BorderSide();
const Border border = Border.fromBorderSide(side);
expect(border.left, same(side));
......
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