Skip to content

Commit

Permalink
[Tests] Fix hardcoded hash
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 5, 2023
1 parent 6dd5fd5 commit 33b80f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/FShade.Core.Tests/Hashes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ let ``[Hashing] deterministic uniforms``() =

let e1 = Effect.ofFunction Shader6.shader

e1.Id |> should equal "I28tKjpOedsPUgwmki84VX722d0="
e1.Id |> should equal "qlMH3PqU1hAd4ru06Gex4h0CBmY="


[<Test>]
Expand Down

0 comments on commit 33b80f7

Please sign in to comment.