update dependencies

remove dysfunctional integration test
This commit is contained in:
Christien Rioux 2024-08-15 14:21:24 -04:00
parent ffa4825c19
commit 3716c5db78
7 changed files with 311 additions and 297 deletions

View file

@ -73,8 +73,9 @@ void main() {
test('get dht value nonexistent', testGetDHTValueNonexistent);
test('set get dht value', testSetGetDHTValue);
test('open writer dht value', testOpenWriterDHTValue);
test('watch dht values',
() async => testWatchDHTValues(fixture.updateStream));
// xxx: needs to be a multi-server integration test
// test('watch dht values',
// () async => testWatchDHTValues(fixture.updateStream));
test('inspect dht record', testInspectDHTRecord);
});
});