Skip to content

Commit

Permalink
revert fetch = null on test as per comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Dec 3, 2024
1 parent 0766936 commit 65730e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/unit/specs/aquifers/components/View.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const aquiferFixture = {
}

describe('View Component', () => {
let fetch
let fetch = null

const component = (options, storeState = {}) => {
const store = new Vuex.Store({
Expand Down

0 comments on commit 65730e4

Please sign in to comment.