Skip to content

Commit

Permalink
🧹 Fix mqlc checksum test. (#4260)
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <preslav@mondoo.com>
  • Loading branch information
preslavgerchev authored Jun 18, 2024
1 parent e6e68e3 commit cd82178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqlc/mqlc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func TestCompiler_DeterministicChecksum(t *testing.T) {
azureConf := mqlc.NewConfig(azure_schema, features)
res, err := mqlc.Compile(mql, map[string]*llx.Primitive{}, azureConf)
require.Nil(t, err)
require.Equal(t, res.CodeV2.Id, "LkB8PP3xB2Q=")
require.Equal(t, res.CodeV2.Id, "h81H/YfoIRI=")
}
}

Expand Down

0 comments on commit cd82178

Please sign in to comment.