mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-28 08:37:15 -04:00
update api surface for create_dht_record with owner
This commit is contained in:
parent
bebdbee41b
commit
69378ca9b0
20 changed files with 206 additions and 88 deletions
|
@ -14,6 +14,7 @@ import 'test_veilid_config.dart';
|
|||
|
||||
void main() {
|
||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
final fixture =
|
||||
DefaultVeilidFixture(programName: 'veilid_flutter integration test');
|
||||
|
||||
|
@ -72,6 +73,7 @@ void main() {
|
|||
testCreateDeleteDHTRecordNoClose);
|
||||
test('get dht value nonexistent', testGetDHTValueNonexistent);
|
||||
test('set get dht value', testSetGetDHTValue);
|
||||
test('set get dht value with owner', testSetGetDHTValueWithOwner);
|
||||
test('open writer dht value', testOpenWriterDHTValue);
|
||||
// xxx: needs to be a multi-server integration test
|
||||
// test('watch dht values',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue