Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 15, 2024
1 parent 1bd0478 commit a86756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_yaml_merge(self):

def test_yaml_floats(self):
self.assertEqual(self.run_yq("test: 0.0004", ["-y", "."]), "test: 0.0004\n")

def test_yaml_1_2(self):
self.assertEqual(self.run_yq("11:12:13", ["."]), "")
self.assertEqual(self.run_yq("11:12:13", ["-y", "."]), "'11:12:13'\n")
Expand Down

0 comments on commit a86756a

Please sign in to comment.