diff --git a/src/test/nbt_helpers.cpp b/src/test/nbt_helpers.cpp index aaa6114..594ab1c 100644 --- a/src/test/nbt_helpers.cpp +++ b/src/test/nbt_helpers.cpp @@ -376,7 +376,7 @@ int main(){ ); delete int64ArrayTestOutput; - std::cout << "Passed writeInt32Array NBT helper test" << std::endl; + std::cout << "Passed writeInt64Array NBT helper test" << std::endl; // float ########################################################### uint8_t dataForFloatTest[] = {0xC7, 0x77, 0x77, 0x77};