mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix accidental commit of test file path
This commit is contained in:
parent
cf2dc9d7fb
commit
d7b5374614
|
@ -468,7 +468,7 @@ public:
|
|||
|
||||
void test_streaming_read()
|
||||
{
|
||||
const auto path = "C:\\Users\\Thomas\\Desktop\\tmp.xlsx";
|
||||
const auto path = path_helper::test_file("4_every_style.xlsx");
|
||||
xlnt::streaming_workbook_reader reader;
|
||||
|
||||
reader.open(xlnt::path(path));
|
||||
|
|
Loading…
Reference in New Issue
Block a user