blob: 6c959172e6f8572316ffed888e0271afa054cdd5 [file] [log] [blame]
// Copyright (c) 2025, 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:sqlite_prebuilt/sqlite_prebuilt.dart';
import 'package:test/test.dart';
void main() {
test('version', () {
expect(version, isNotEmpty);
expect(version, startsWith('3.'));
});
}