Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Veio committed Feb 4, 2024
1 parent f2c2659 commit cf41dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/_tide_item_time.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function _time -a format
LC_TIME=en_US.UTF-8 _tide_decolor (tide_time_format="$format" _tide_item_time)
end

set -lx tide_time_icon =
set -lx tide_time_icon

# None
_time '' # CHECK:
Expand All @@ -16,7 +16,7 @@ _time %T # CHECK: {{\d\d:\d\d:\d\d}}
# 12 Hour
_time %r # CHECK: {{\d\d:\d\d:\d\d (A|P)M}}

set -lx tide_time_icon =
set -lx tide_time_icon 

# Only Icon
_time '' # CHECK: 
Expand Down

0 comments on commit cf41dd6

Please sign in to comment.