不要怂,就是干,撸起袖子干!

Commit f5c4c118 by Jan Aagaard Meier

Typo

1 parent 58767fec
Showing with 3 additions and 1 deletions
...@@ -1900,6 +1900,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -1900,6 +1900,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
{ model: self.Task, as: 'DoTo' } { model: self.Task, as: 'DoTo' }
] ]
}).success(function () { }).success(function () {
// Just being able to include both shows that this test works, so no assertions needed
done() done()
}) })
}) })
...@@ -2037,7 +2038,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -2037,7 +2038,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
{ model: self.Task, as: 'DoTo' } { model: self.Task, as: 'DoTo' }
] ]
}).success(function () { }).success(function () {
// Just being able to include both is shows that this test works, so no assertions // Just being able to include both shows that this test works, so no assertions needed
done() done()
}) })
}) })
...@@ -2180,6 +2181,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -2180,6 +2181,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
{ model: self.Task, as: 'DoTos' } { model: self.Task, as: 'DoTos' }
] ]
}).success(function () { }).success(function () {
// Just being able to include both shows that this test works, so no assertions needed
done() done()
}) })
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!