Skip to content

Commit

Permalink
Update finders.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
MvdO79 authored Nov 5, 2023
1 parent 81f6040 commit 2a0c9d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wheels/tests/model/crud/finders.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ component extends="wheels.tests.Test" {
debug('q', false);
assert('isboolean(q) and q eq false');

/* readd when we have implemented the code to throw an error when an incorrect returnAs value is passed in
/* read when we have implemented the code to throw an error when an incorrect returnAs value is passed in
q = raised('user.findByKey(key="0", returnas="objects")');
r = "Wheels.IncorrectArgumentValue";
debug('q', false);
Expand All @@ -132,7 +132,7 @@ component extends="wheels.tests.Test" {
debug('q', false);
assert('isboolean(q) and q eq false');

/* readd when we have implemented the code to throw an error when an incorrect returnAs value is passed in
/* read when we have implemented the code to throw an error when an incorrect returnAs value is passed in
q = raised('user.findOne(where="id = 0", returnas="objects")');
r = "Wheels.IncorrectArgumentValue";
debug('q', false);
Expand Down Expand Up @@ -271,4 +271,4 @@ component extends="wheels.tests.Test" {
assert('posts.recordcount eq 1');
}

}
}

0 comments on commit 2a0c9d6

Please sign in to comment.