mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-28 21:08:48 +01:00
typo fix
This commit is contained in:
parent
429a22778c
commit
04d5e764b2
2 changed files with 6 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ class ProjectFromTodoTest < ActiveSupport::TestCase
|
|||
project = ProjectFromTodo.new(todo).create
|
||||
assert_equal project.name, todo.description
|
||||
assert_equal project.description, todo.notes
|
||||
if project.default.context.nil?
|
||||
if project.default_context.nil?
|
||||
assert_nil todo.context
|
||||
else
|
||||
assert_equal project.default_context, todo.context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue