Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakobera committed Jun 13, 2016
1 parent 3788c48 commit 8987fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/task/bigquery_query_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def exist?; false; end
"append mode with completed state and exist target" => ["append", ExistTarget, :completed, true],
"append mode with completed state and not exist target" => ["append", NotExistTarget, :completed, false],
})
test "#complted?" do |(mode, target_klass, state, expected)|
test "#completed?" do |(mode, target_klass, state, expected)|
@klass.param_set :mode, mode
@klass.send(:define_method, :output) do
target_klass.new
Expand Down

0 comments on commit 8987fc3

Please sign in to comment.