[ARVADOS-WORKBENCH2] updated: 1.2.0-360-g1102aee

Git user git at public.curoverse.com
Tue Sep 11 15:32:54 EDT 2018


Summary of changes:
 src/services/api/filter-builder.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1102aee7bf5d72c344f065e68ad3dc3038e9ca4a (commit)
      from  ecfa844eeff535078ca59f8baa0915052932338c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1102aee7bf5d72c344f065e68ad3dc3038e9ca4a
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Tue Sep 11 21:32:51 2018 +0200

    Fix passing tests
    
    Feature #14141
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/services/api/filter-builder.test.ts b/src/services/api/filter-builder.test.ts
index 5149891..5f646de 100644
--- a/src/services/api/filter-builder.test.ts
+++ b/src/services/api/filter-builder.test.ts
@@ -21,7 +21,7 @@ describe("FilterBuilder", () => {
     it("should add 'equal' rule (boolean)", () => {
         expect(
             filters.addEqual("is_trashed", true).getFilters()
-        ).toEqual(`["etag","=",true]`);
+        ).toEqual(`["is_trashed","=",true]`);
     });
 
     it("should add 'like' rule", () => {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list