Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 2, 2016
1 parent faca2a5 commit 3258d9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Fixed old reference name in a test, which was causing builds to fail.

## [0.2.2] - 2016-10-02
### Fixed
- Important fix. Setup.py was missing `include_package_data` flag.
Expand Down
4 changes: 2 additions & 2 deletions tests/test_usage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import hues
from hues import hue
from hues import huestr


def test_sanity():
Expand All @@ -9,4 +9,4 @@ def test_sanity():


def test_usage():
assert hue('unicorn').red.bg_black.colorized == '\033[31;40municorn\033[0m'
assert huestr('unicorn').red.bg_black.colorized == '\033[31;40municorn\033[0m'

0 comments on commit 3258d9f

Please sign in to comment.