From 7fa86f1d601a931852fd888bb3b73e2fd7c68426 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 17 May 2019 16:44:00 +0200 Subject: fix typo --- tests/Unit/Analyzer/EntropyAnalyzerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Unit/Analyzer/EntropyAnalyzerTest.php b/tests/Unit/Analyzer/EntropyAnalyzerTest.php index af220df..479c58b 100644 --- a/tests/Unit/Analyzer/EntropyAnalyzerTest.php +++ b/tests/Unit/Analyzer/EntropyAnalyzerTest.php @@ -109,7 +109,7 @@ class EntropyAnalyzerTest extends TestCase $this->entropy->method('streamStandardDeviation') ->willReturn(0.004); - $this->assertEquals($this->invokePrivate($entropyAnalyzer, 'calculateStandardDeviationOfEntropy', [$nodes, EntropyAnalyzer::BLOCK_SIZE]), 0.004); + $this->assertEquals($this->invokePrivate($entropyAnalyzer, 'calculateStandardDeviationOfEntropy', [$node, EntropyAnalyzer::BLOCK_SIZE]), 0.004); } public function testCalculateEntropyOfFile() -- cgit v1.2.3