import 'package:test/test.dart'; import 'package:piped_api/piped_api.dart'; // tests for VideoInfo void main() { final instance = VideoInfoBuilder(); // TODO add properties to the builder and call build() group(VideoInfo, () { // BuiltList audioStreams test('to test the property `audioStreams`', () async { // TODO }); // BuiltList relatedStreams test('to test the property `relatedStreams`', () async { // TODO }); }); }