Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidki31 committed Dec 4, 2018
1 parent f8cfb54 commit 41cfe80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class AppStatusStoreSuite extends SparkFunSuite {

for (i <- 0 to 5) {
if (i % 2 == 1) {
store.write(newTaskData(i, "FAILED"))
store.write(newTaskData(i, status = "FAILED"))
} else {
store.write(newTaskData(i))
}
Expand Down

0 comments on commit 41cfe80

Please sign in to comment.