blob: a5a0f430665afae9b68df1b8424672a4c9e7094c [file]
// 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_no_link/sqlite.dart';
import 'package:test/test.dart';
void main() {
test('version', () {
expect(version, equals('3.50.4'));
});
}