|
@@ -1,10 +1,10 @@
|
|
|
// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
|
|
|
// is governed by a BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
|
-library si3m.test;
|
|
|
+library sim3.test;
|
|
|
|
|
|
import 'package:unittest/unittest.dart';
|
|
|
-import 'package:si3m/si3m.dart';
|
|
|
+import 'package:sim3/sim3.dart';
|
|
|
|
|
|
main() {
|
|
|
group('A group of tests', () {
|