Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 14, 2023
1 parent ef77b72 commit 45da6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/patchbay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace vencord
if (state == PA_CONTEXT_FAILED)
{
// NOLINTNEXTLINE
fprintf(stderr, "[venmic] Failed to connext pulse context\n");
fprintf(stderr, "[venmic] Failed to connect pulse context\n");

pa_mainloop_quit(loop, 0);
return;
Expand Down
2 changes: 1 addition & 1 deletion tests/node/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ try
catch (error)
{
console.warn("No PipeWire Server available");
assert.throws(() => new venmic.PatchBay(), /failed to create patchbay instance/ig);
assert.throws(() => new venmic.PatchBay(), /failed to .* (pulse|patchbay)/ig);
}

0 comments on commit 45da6b5

Please sign in to comment.