blob: 6f8eb9a31e43aa206b12d20f5b1887745e24bfe2 [file] [log] [blame]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:test/test.dart';
import 'common/is_opted_out.dart';
void main() {
test('sound behavior', () async {
expect(isOptedOut, false);
});
}