Skip to content

Commit 29984de

Browse files
committed
Update Travis CI URL
1 parent e532eb2 commit 29984de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shell-functools
22

3-
[![Build Status](https://travis-ci.org/franklingu/shell-functools.svg?branch=master)](https://travis-ci.org/franklingu/shell-functools)
3+
[![Build Status](https://travis-ci.org/sharkdp/shell-functools.svg?branch=master)](https://travis-ci.org/sharkdp/shell-functools)
44

55
*A collection of functional programming tools for the shell.*
66

ft/ft/test_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def test_add_dynamic_type():
66
assert add_dynamic_type("True").fttype == T_BOOL
7-
assert add_dynamic_type("-1223").fttype == T_STRING
7+
assert add_dynamic_type("-1223").fttype == T_INT
88
assert add_dynamic_type("foo\tbar").fttype == T_ARRAY
99
assert add_dynamic_type("foo bar").fttype == T_STRING
1010

0 commit comments

Comments
 (0)