Skip to content

Commit

Permalink
Add missing swVersion to reducers test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-or committed May 12, 2021
1 parent eb8d95a commit 2b2b6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reducers/reducers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe("experiment reducer", () => {
experiment:{
id: "1234",
info: {
swVersion: "",
name: "Cake",
description: "Yummy",
},
Expand Down Expand Up @@ -43,6 +44,7 @@ describe("experiment reducer", () => {
const payload: ExperimentType = {
id: "5678",
info: {
swVersion: "",
name: "Not cake",
description: "Not yummy",
},
Expand Down

0 comments on commit 2b2b6da

Please sign in to comment.