Skip to content

Commit

Permalink
renamed file expensesTotal
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 18, 2019
1 parent 071fdf6 commit 6920342
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For tests is used jest with enzyme.
Run tests in watch mode.

```sh
npm run test -- --watch
npm test -- --watch
```
1. **Open the source code and start editing!**

Expand Down
2 changes: 1 addition & 1 deletion src/components/ExpensesSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from 'react-router-dom'
import numeral from 'numeral'
import 'numeral/locales/sk'

import getExpensesTotal from '../selectors/expenses-total'
import getExpensesTotal from '../selectors/expensesTotal'
import getVisibleExpenses from '../selectors/expenses'

export const ExpensesSummary = ({ expensesCount, expensesTotal}) => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import getExpensesTotal from '../../selectors/expenses-total'
import getExpensesTotal from '../../selectors/expensesTotal'
import expenses from '../fixtures/expenses'

describe('getExpensesTotal selector', () => {
Expand Down

0 comments on commit 6920342

Please sign in to comment.