Skip to content

Commit

Permalink
chore: 🔥 Remove library
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 30, 2024
1 parent 255bcbc commit d7986ea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions test/crypto_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.crypto_test;

import 'dart:math';
import 'dart:typed_data';

Expand Down
2 changes: 0 additions & 2 deletions test/keychain_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.keychain_test;

import 'dart:convert';
import 'dart:developer' as dev;
import 'dart:math';
Expand Down
2 changes: 0 additions & 2 deletions test/transaction_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.transaction_test;

import 'dart:convert';
import 'dart:typed_data';

Expand Down
2 changes: 0 additions & 2 deletions test/typed_encoding_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.typed_encoding;

import 'package:archethic_lib_dart/src/utils/typed_encoding.dart'
as typed_encoding;
import 'package:test/test.dart';
Expand Down
2 changes: 0 additions & 2 deletions test/utils_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.utils_test;

import 'dart:typed_data';
import 'package:archethic_lib_dart/src/utils/utils.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 0 additions & 2 deletions test/varint_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library test.varint_test;

import 'package:archethic_lib_dart/src/utils/varint.dart' as varint;
import 'package:test/test.dart';

Expand Down

0 comments on commit d7986ea

Please sign in to comment.