瀏覽代碼

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 12 年之前
父節點
當前提交
d985164edb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
 			}