Update import to use apidash_core package

Replaces the import of better_networking with apidash_core in the test file to reflect the correct package dependency.
This commit is contained in:
Ankit Mahato
2025-06-29 06:22:42 +05:30
parent 01ac696c83
commit 3fbe49a5ff

View File

@ -2,6 +2,6 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:better_networking/better_networking.dart';
import 'package:apidash_core/apidash_core.dart';
void main() {}