mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Updated test to match changes to plugin.
This commit is contained in:
@@ -18,7 +18,7 @@ public class BluetoothServerTest extends BluetoothTest {
|
||||
void run() throws Exception {
|
||||
ServerCallback callback = new ServerCallback();
|
||||
// Store the UUID
|
||||
callback.config.put("uuid", UUID);
|
||||
callback.local.put("uuid", UUID);
|
||||
// Create the plugin
|
||||
Executor e = Executors.newCachedThreadPool();
|
||||
BluetoothPlugin plugin = new BluetoothPlugin(e, callback, 0L);
|
||||
|
||||
Reference in New Issue
Block a user