test/nbt_helpers: Fix wrong test pass message

BodgeMaster-unfinished
BodgeMaster 2022-08-04 07:49:51 +02:00
parent 4af9003761
commit aef91fe7cd
1 changed files with 1 additions and 1 deletions

View File

@ -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};