Skip to content

Add unit test for default socket address#587

Merged
dmah42 merged 2 commits intoaurae-runtime:mainfrom
taniwha3:default-socket-address-test
Nov 25, 2025
Merged

Add unit test for default socket address#587
dmah42 merged 2 commits intoaurae-runtime:mainfrom
taniwha3:default-socket-address-test

Conversation

@taniwha3
Copy link
Contributor

No description provided.

let default_runtime = AuraedRuntime::default();
assert_eq!(
default_runtime.default_socket_address(),
PathBuf::from("/var/run/aurae/aurae.sock")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't this come from the config? what if the config is set up for TCP?

@dmah42 dmah42 merged commit 27d24bf into aurae-runtime:main Nov 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants