Skip to content

Commit

Permalink
Remove redundant assertions
Browse files Browse the repository at this point in the history
These are more things that are already covered elsewhere.
  • Loading branch information
backspace committed Apr 3, 2020
1 parent 4fa139a commit 2afe444
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/tests/acceptance/exec-test.js
Expand Up @@ -284,12 +284,7 @@ module('Acceptance | exec', function(hooks) {

let mockSocket = new MockSocket();
let mockSockets = Service.extend({
getTaskStateSocket(taskState, command) {
assert.equal(taskState.name, task.name);
assert.equal(taskState.allocation.id, allocation.id);

assert.equal(command, '/bin/bash');

getTaskStateSocket() {
assert.step('Socket built');

return mockSocket;
Expand Down

0 comments on commit 2afe444

Please sign in to comment.