removing dev branch, many changes

This commit is contained in:
John Smith 2023-05-29 19:24:57 +00:00
parent 1430f3f656
commit 0a890c8707
250 changed files with 18084 additions and 8040 deletions

View file

@ -11,6 +11,6 @@ void main() {
tearDown(() {});
test('veilidVersionString', () async {
expect(Veilid.instance.veilidVersionString(), '0.1.0');
expect(api.veilidVersionString(), '0.1.0');
});
}