Skip to content

Commit

Permalink
Cleanup from rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pihach committed Oct 1, 2018
1 parent ad3388c commit 9ff6e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('PostDeployment', () => {
// sinon.callsArgWith passes the same file each time it's called, so we
// expect the markdown content, here.
assert.deepEqual(changeState.args[0][0], {
terminal: [ 'commands', ' on multiple', ' lines']
terminal: ['commands', ' on multiple', ' lines']
});
});

Expand Down
2 changes: 1 addition & 1 deletion jujugui/static/gui/src/app/init/test-bundle-importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ describe('BundleImporter', () => {
],
id: 'deploy-1',
method: 'deploy',
requires: [ 'addCharm-0' ]
requires: ['addCharm-0']
};
const options = {
services: {
Expand Down
2 changes: 1 addition & 1 deletion jujugui/static/gui/src/app/state/test-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ describe('State', () => {
sinon.stub(state, 'dispatch').returns({error: null});
const stub1 = sinon.stub();
state.register([
['test', stub1 ]
['test', stub1]
]);
state.changeState({
test: {
Expand Down

0 comments on commit 9ff6e0e

Please sign in to comment.