Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2023
1 parent e60126e commit 391d0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/raw_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def test_raw_with_spark(self):

def test_raw_with_one_side_multiple_content(self):
termspark = TermSpark()
termspark.spark_center([' * ', 'gray', 'white'])
termspark.spark_center([' Info ', 'white', 'blue'])
termspark.spark_center([" * ", "gray", "white"])
termspark.spark_center([" Info ", "white", "blue"])
termspark.raw()

assert termspark.mode == "raw"

0 comments on commit 391d0e0

Please sign in to comment.