mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[core] os.path -> Path (#10654)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
		| @@ -172,7 +172,7 @@ def test_write_ini_no_change_when_content_same( | ||||
|     # write_file_if_changed should be called with the same content | ||||
|     mock_write_file_if_changed.assert_called_once() | ||||
|     call_args = mock_write_file_if_changed.call_args[0] | ||||
|     assert call_args[0] == str(ini_file) | ||||
|     assert call_args[0] == ini_file | ||||
|     assert content in call_args[1] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user