Fix bad override in test (#56)

This commit is contained in:
Leaf Petersen 2018-02-06 06:17:19 -08:00 committed by GitHub
parent 7621132097
commit ab92276174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class TestServerStream extends ServerTransportStream {
}
@override
set onTerminated(void value(int)) {}
set onTerminated(void value(int x)) {}
@override
bool get canPush => true;