Skip to content

Commit

Permalink
Fix linter after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jun 2, 2023
1 parent 5668737 commit 640ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/render/upsert/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
#[test]
#[mz_ore::test]
fn test_merge_update() {
let mut buf = Vec::new();
let opts = upsert_bincode_opts();
Expand Down

0 comments on commit 640ca34

Please sign in to comment.