Explorar o código

Refs #982: Fixed minor display issue with `$not` being called `$dayOfYear` in the description of a test case

http://source.rd.rcg.local/trac/eagle6/changeset/1296/Eagle6_SVN
Kyle Davis %!s(int64=13) %!d(string=hai) anos
pai
achega
d985164edb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/lib/pipeline/expressions/NotExpression.js

+ 1 - 1
test/lib/pipeline/expressions/NotExpression.js

@@ -18,7 +18,7 @@ module.exports = {
 
 		"#getOpName()": {
 
-			"should return the correct op name; $dayOfYear": function testOpName(){
+			"should return the correct op name; $not": function testOpName(){
 				assert.equal(new NotExpression().getOpName(), "$not");
 			}