Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 30, 2023
1 parent f563c2f commit cbf275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/test/agama/dbus/server_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
describe "#start_server" do
it "starts the dbus-daemon and returns the PID" do
expect(Process).to receive(:spawn)
.with(/dbus-daemon/, "--config-file", any_args) # config file loc depends on pwd
.with(/dbus-daemon/, "--config-file", any_args) # config file location depends on pwd
.and_return(1000)
expect(Process).to receive(:detach).with(1000)
expect(subject.start_server).to eq(1000)
Expand Down

0 comments on commit cbf275f

Please sign in to comment.