Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 26, 2023
1 parent 6259b8c commit a421d52
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/_tide_item_jobs.test.fish
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# RUN: %fish %s
_tide_parent_dirs

set _tide_jobs 0
set -lx tide_jobs_icon 
set -lx tide_jobs_number_threshold 2

set -e _tide_jobs
_tide_decolor (_tide_item_jobs) # CHECK:

set -lx tide_jobs_icon 
set -lx tide_jobs_number_threshold 1000
set _tide_jobs 1
set -lx _tide_jobs 1
_tide_decolor (_tide_item_jobs) # CHECK: 

set _tide_jobs 2
set -lx _tide_jobs 2
_tide_decolor (_tide_item_jobs) # CHECK:  2

0 comments on commit a421d52

Please sign in to comment.