Skip to content

Commit

Permalink
Data Sync refactoring: changing synchronization protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkitty committed Jan 15, 2025
1 parent 856ebd5 commit 581e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-secret/core/src/node/server/server_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ mod test {

#[tokio::test]
async fn test_sign_up_one_device() -> anyhow::Result<()> {
setup_tracing()?;
//setup_tracing()?;

let registry = FixtureRegistry::extended().await?;

Expand Down

0 comments on commit 581e64c

Please sign in to comment.