Skip to content
Snippets Groups Projects
Commit 4a9d700e authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'refs/heads/master' of...

parents d3060a3b 712d9b76
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment