Skip to content

Commit

Permalink
[SVG] Corrected wave function test hash
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-manias committed Jan 5, 2025
1 parent d921131 commit 4185b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svg/tests/test-svg.fluid
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function testW3Lighting5() hashTestSVG('filters/w3-filters-light-05-f.svg
function testW3LightingSpecular() hashTestSVG('filters/w3-filters-specular-01-f.svg', 0x8eec27e1) end
function testW3LightingDiffuse() hashTestSVG('filters/w3-filters-diffuse-01-f.svg', 0x36fb1cac) end
function testMoonSurface() hashTestSVG('filters/moon-surface.svg', 0x8fafd05c) end
function testWaveFunction() hashTestSVG('filters/wavefunction.svg', 0xdcbc2df6) end
function testWaveFunction() hashTestSVG('filters/wavefunction.svg', 0x5f98309c) end

function testTransformations() hashTestSVG('transforms/transformations.svg', 0xaa7e064f) end
function testW3AspectRatio() hashTestSVG('transforms/w3-aspectratio.svg', 0x4a65034c) end
Expand Down

0 comments on commit 4185b06

Please sign in to comment.