Skip to content

Commit

Permalink
bindings/dart: Fix test build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jan 22, 2025
1 parent 8c35b08 commit 470c605
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions bindings/dart/test/add_file_folder_syncing_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ void main() {
setUp(() async {
temp = await io.Directory.systemTemp.createTemp();

logInit();

session = await Session.create(
configPath: '${temp.path}/device_id.conf',
);
Expand Down
2 changes: 0 additions & 2 deletions bindings/dart/test/client_server_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ void main() {
});

test('server already running', () async {
logInit();

final configPath = '${temp.path}/config';

final server0 = await Server.start(
Expand Down
2 changes: 0 additions & 2 deletions bindings/dart/test/move_entry_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ void main() {
final fileContent = 'hello world';

setUp(() async {
logInit();

temp = await io.Directory.systemTemp.createTemp();

session = await Session.create(
Expand Down
2 changes: 0 additions & 2 deletions bindings/dart/test/multiple_nodes_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ void main() {
late Repository repo2;

setUp(() async {
logInit();

temp = await io.Directory.systemTemp.createTemp();

await io.Directory('${temp.path}/1').create();
Expand Down
2 changes: 0 additions & 2 deletions bindings/dart/test/ouisync_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ void main() {
late Session session;

setUp(() async {
logInit();

temp = await io.Directory.systemTemp.createTemp();
session = await Session.create(
configPath: '${temp.path}/config',
Expand Down

0 comments on commit 470c605

Please sign in to comment.